Skip to content

Commit 109f6d9

Browse files
vranaforrest79
authored andcommitted
QueryBuilder: CS
1 parent b30da80 commit 109f6d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Fluent/QueryBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* data: array<string, mixed>,
2727
* rows: array<int, array<string, mixed>>,
2828
* 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},
29+
* with: array{queries: array<string, string|Query|Db\Sql>, queries-suffix: array<string, string>, queries-not-materialized: array<string, bool>, recursive: bool},
3030
* prefix: list<array<mixed>>,
3131
* suffix: list<array<mixed>>
3232
* }

0 commit comments

Comments
 (0)