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 8fddb4b commit ad6c5daCopy full SHA for ad6c5da
src/Utils/Query.php
@@ -464,7 +464,11 @@ public static function getFlags($statement, $all = false)
464
* expressions, the table names are fetched from the
465
* `FROM` expressions
466
* - select_expr - selected expressions
467
- * @psalm-return QueryFlagsType
+ * @psalm-return QueryFlagsType&array{
468
+ * select_expr?: (string|null)[],
469
+ * select_tables?: array{string, string|null}[],
470
+ * statement?: Statement|null, parser?: Parser
471
+ * }
472
*/
473
public static function getAll($query)
474
{
0 commit comments