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 b30da80 commit 109f6d9Copy full SHA for 109f6d9
src/Fluent/QueryBuilder.php
@@ -26,7 +26,7 @@
26
* data: array<string, mixed>,
27
* rows: array<int, array<string, mixed>>,
28
* merge: list<array{0: string, 1: string|Db\Sql, 2: Complex|NULL}>,
29
- * with: array{queries: array<string, string|Query|Db\Sql>, queries-suffix: array<string, string>, queries-not-materialized: array<string, string>, recursive: bool},
+ * with: array{queries: array<string, string|Query|Db\Sql>, queries-suffix: array<string, string>, queries-not-materialized: array<string, bool>, recursive: bool},
30
* prefix: list<array<mixed>>,
31
* suffix: list<array<mixed>>
32
* }
0 commit comments