Skip to content

Commit 53d1b79

Browse files
committed
chore: update PHPStan PHP version to PHP 8.1
1 parent 583c8cf commit 53d1b79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

phpstan-baseline.neon.dist

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

303303
-
304-
message: "#^Strict comparison using \\=\\=\\= between array and false will always evaluate to false\\.$#"
304+
message: "#^Strict comparison using \\=\\=\\= between array<string, int|string|null> and false will always evaluate to false\\.$#"
305305
count: 1
306306
path: system/Database/Postgre/Connection.php
307307

phpstan.neon.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ includes:
1616
- phpstan-baseline.neon.dist
1717

1818
parameters:
19-
phpVersion: 80000
19+
phpVersion: 80100
2020
tmpDir: build/phpstan
2121
level: 5
2222
paths:

0 commit comments

Comments
 (0)