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 54528bd commit 60f89b0Copy full SHA for 60f89b0
1 file changed
phpstan-baseline.neon
@@ -456,6 +456,18 @@ parameters:
456
count: 1
457
path: src/Pgsql/PgsqlQuery.php
458
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
468
469
470
471
-
472
message: '#^Argument of an invalid type \$this\(Joomla\\Database\\Query\\QueryElement\) supplied for foreach, only iterables are supported\.$#'
473
identifier: foreach.nonIterable
0 commit comments