We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4823c4f commit 2d8013aCopy full SHA for 2d8013a
src/Statements/SelectStatement.php
@@ -16,6 +16,7 @@
16
use PhpMyAdmin\SqlParser\Components\Limit;
17
use PhpMyAdmin\SqlParser\Components\OptionsArray;
18
use PhpMyAdmin\SqlParser\Components\OrderKeyword;
19
+use PhpMyAdmin\SqlParser\Components\GroupKeyword;
20
use PhpMyAdmin\SqlParser\Statement;
21
22
/**
@@ -259,7 +260,7 @@ class SelectStatement extends Statement
259
260
261
* Conditions used for grouping the result set.
262
*
- * @var OrderKeyword[]
263
+ * @var GroupKeyword[]
264
*/
265
public $group;
266
0 commit comments