Skip to content

Commit 84bc88b

Browse files
committed
Fixed minor coding style issue.
1 parent ab778e9 commit 84bc88b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Components/OrderKeyword.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class OrderKeyword extends Component
4343
* Constructor.
4444
*
4545
* @param Expression $expr The expression that we are sorting by.
46-
* @param string $type The sorting type.
46+
* @param string $type The sorting type.
4747
*/
4848
public function __construct($expr = null, $type = 'ASC')
4949
{

0 commit comments

Comments
 (0)