Skip to content

Commit 2cfcb7b

Browse files
vranaforrest79
authored andcommitted
QueryBuilder: CS
1 parent b30da80 commit 2cfcb7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

phpstan.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ parameters:
228228
-
229229
message: "#^Property Forrest79\\\\PhPgSql\\\\Fluent\\\\Query::\\$params \\(array\\{select: array\\<int\\|string, BackedEnum\\|Forrest79\\\\PhPgSql\\\\Db\\\\Sql\\|Forrest79\\\\PhPgSql\\\\Fluent\\\\Query\\|int\\|string\\>, distinct: bool, distinctOn: list\\<string\\>, tables: array\\<string, array\\{string, string\\}\\>, table\\-types: array\\{main: string\\|null, from: list\\<string\\>, joins: list\\<string\\>, using: string\\|null\\}, on\\-conditions: array\\<string, Forrest79\\\\PhPgSql\\\\Fluent\\\\Complex\\>, lateral\\-tables: array\\<string, string\\>, where: Forrest79\\\\PhPgSql\\\\Fluent\\\\Complex\\|null, \\.\\.\\.\\}\\) does not accept .+\\.$#"
230230
path: src/Fluent/Query.php
231-
count: 6
231+
count: 5
232232

233233
# === Fix PhPgSql-PHPStan rules ===
234234

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)