Skip to content

Commit 2d8013a

Browse files
soyukawilliamdes
authored andcommitted
Fix phpdoc use GroupKeyword for groups
1 parent 4823c4f commit 2d8013a

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
@@ -16,6 +16,7 @@
1616
use PhpMyAdmin\SqlParser\Components\Limit;
1717
use PhpMyAdmin\SqlParser\Components\OptionsArray;
1818
use PhpMyAdmin\SqlParser\Components\OrderKeyword;
19+
use PhpMyAdmin\SqlParser\Components\GroupKeyword;
1920
use PhpMyAdmin\SqlParser\Statement;
2021

2122
/**
@@ -259,7 +260,7 @@ class SelectStatement extends Statement
259260
/**
260261
* Conditions used for grouping the result set.
261262
*
262-
* @var OrderKeyword[]
263+
* @var GroupKeyword[]
263264
*/
264265
public $group;
265266

0 commit comments

Comments
 (0)