Skip to content

Commit 43600b2

Browse files
authored
phpdoc use GroupKeyword for groups
1 parent a4c793b commit 43600b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Statements/SelectStatement.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
use PhpMyAdmin\SqlParser\Components\Limit;
1818
use PhpMyAdmin\SqlParser\Components\OptionsArray;
1919
use PhpMyAdmin\SqlParser\Components\OrderKeyword;
20+
use PhpMyAdmin\SqlParser\Components\GroupKeyword;
2021
use PhpMyAdmin\SqlParser\Statement;
2122

2223
/**
@@ -257,7 +258,7 @@ class SelectStatement extends Statement
257258
/**
258259
* Conditions used for grouping the result set.
259260
*
260-
* @var OrderKeyword[]
261+
* @var GroupKeyword[]
261262
*/
262263
public $group;
263264

0 commit comments

Comments
 (0)