mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
chore: update phpstan-baseline.neon.dist for PHPStan 1.8.7
It seems the error message has been changed: ------ ---------------------------------------------------------------------------------------------------- Line system/CLI/Console.php ------ ---------------------------------------------------------------------------------------------------- 71 Strict comparison using === between array<mixed, mixed> and array{} will always evaluate to false. ------ ---------------------------------------------------------------------------------------------------- But the $params may be empty array, so it still seems false positive.
This commit is contained in:
parent
176b87a591
commit
a45a796286
@ -51,7 +51,7 @@ parameters:
|
||||
path: system/Cache/Handlers/RedisHandler.php
|
||||
|
||||
-
|
||||
message: "#^Strict comparison using === between array and array{} will always evaluate to false\\.$#"
|
||||
message: "#^Strict comparison using === between array<mixed, mixed> and array{} will always evaluate to false\\.$#"
|
||||
count: 1
|
||||
path: system/CLI/Console.php
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user