Skip to content

Commit 2f5bce7

Browse files
committed
fix phpstan after rebase
1 parent f859e46 commit 2f5bce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpstan-baseline.neon.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ parameters:
261261
path: system/Database/MySQLi/Result.php
262262

263263
-
264-
message: "#^Strict comparison using \\=\\=\\= between array and false will always evaluate to false\\.$#"
264+
message: "#^Strict comparison using \\=\\=\\= between array<string, int|string|null> and false will always evaluate to false\\.$#"
265265
count: 1
266266
path: system/Database/Postgre/Connection.php
267267

0 commit comments

Comments
 (0)