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.
2 parents 86315f7 + 3975930 commit f46b2c8Copy full SHA for f46b2c8
src/Statements/SelectStatement.php
@@ -5,6 +5,7 @@
5
namespace PhpMyAdmin\SqlParser\Statements;
6
7
use PhpMyAdmin\SqlParser\Components\ArrayObj;
8
+use PhpMyAdmin\SqlParser\Components\CaseExpression;
9
use PhpMyAdmin\SqlParser\Components\Condition;
10
use PhpMyAdmin\SqlParser\Components\Expression;
11
use PhpMyAdmin\SqlParser\Components\FunctionCall;
@@ -234,7 +235,7 @@ class SelectStatement extends Statement
234
235
/**
236
* Expressions that are being selected by this statement.
237
*
- * @var Expression[]
238
+ * @var (CaseExpression|Expression)[]
239
*/
240
public $expr = [];
241
0 commit comments