Skip to content

Commit

Permalink
Fix phpdoc use GroupKeyword for groups
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka authored and williamdes committed Jan 15, 2021
1 parent 4823c4f commit 2d8013a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Statements/SelectStatement.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
use PhpMyAdmin\SqlParser\Components\Limit;
use PhpMyAdmin\SqlParser\Components\OptionsArray;
use PhpMyAdmin\SqlParser\Components\OrderKeyword;
use PhpMyAdmin\SqlParser\Components\GroupKeyword;
use PhpMyAdmin\SqlParser\Statement;

/**
Expand Down Expand Up @@ -259,7 +260,7 @@ class SelectStatement extends Statement
/**
* Conditions used for grouping the result set.
*
* @var OrderKeyword[]
* @var GroupKeyword[]
*/
public $group;

Expand Down

0 comments on commit 2d8013a

Please sign in to comment.