chore: update PHPStan PHP version to PHP 8.1

This commit is contained in:
kenjis 2022-10-12 08:14:06 +09:00
parent 583c8cf2d7
commit 53d1b7957c
No known key found for this signature in database
GPG Key ID: BD254878922AF198
2 changed files with 2 additions and 2 deletions

View File

@ -301,7 +301,7 @@ parameters:
path: system/Database/MySQLi/Result.php
-
message: "#^Strict comparison using \\=\\=\\= between array and false will always evaluate to false\\.$#"
message: "#^Strict comparison using \\=\\=\\= between array<string, int|string|null> and false will always evaluate to false\\.$#"
count: 1
path: system/Database/Postgre/Connection.php

View File

@ -16,7 +16,7 @@ includes:
- phpstan-baseline.neon.dist
parameters:
phpVersion: 80000
phpVersion: 80100
tmpDir: build/phpstan
level: 5
paths: