Skip to content

Commit 60f89b0

Browse files
committed
update baseline
1 parent 54528bd commit 60f89b0

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

phpstan-baseline.neon

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,18 @@ parameters:
456456
count: 1
457457
path: src/Pgsql/PgsqlQuery.php
458458

459+
-
460+
message: '#^Property Joomla\\Database\\DatabaseQuery\:\:\$limit \(int\|null\) does not accept Joomla\\Database\\Query\\QueryElement\.$#'
461+
identifier: assign.propertyType
462+
count: 1
463+
path: src/Pgsql/PgsqlQuery.php
464+
465+
-
466+
message: '#^Property Joomla\\Database\\DatabaseQuery\:\:\$offset \(int\|null\) does not accept Joomla\\Database\\Query\\QueryElement\.$#'
467+
identifier: assign.propertyType
468+
count: 1
469+
path: src/Pgsql/PgsqlQuery.php
470+
459471
-
460472
message: '#^Argument of an invalid type \$this\(Joomla\\Database\\Query\\QueryElement\) supplied for foreach, only iterables are supported\.$#'
461473
identifier: foreach.nonIterable

0 commit comments

Comments
 (0)