Skip to content

Commit 03d84e4

Browse files
committed
chore: remove ignoreErrors item
PHPStan 1.9.0 reported: ------ ---------------------------------------------------------------------------------------------------------- Line system/CLI/Console.php ------ ---------------------------------------------------------------------------------------------------------- Ignored error pattern #^Strict comparison using === between array<mixed, mixed> and array{} will always evaluate to false\.$# in path /.../CodeIgniter4/system/CLI/Console.php was not matched in reported errors. ------ ----------------------------------------------------------------------------------------------------------
1 parent e39cc96 commit 03d84e4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

phpstan-baseline.neon.dist

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@ parameters:
5050
count: 1
5151
path: system/Cache/Handlers/RedisHandler.php
5252

53-
-
54-
message: "#^Strict comparison using === between array<mixed, mixed> and array{} will always evaluate to false\\.$#"
55-
count: 1
56-
path: system/CLI/Console.php
57-
5853
-
5954
message: "#^Call to an undefined method CodeIgniter\\\\HTTP\\\\Request\\:\\:getPost\\(\\)\\.$#"
6055
count: 1

0 commit comments

Comments
 (0)