Skip to content

Commit 0fff1c9

Browse files
authored
Merge pull request #6811 from kenjis/fix-4.3-phpstan-190-erros
fix: [4.3] remove ignoreErrors item for PHPStan 1.9.0
2 parents e39cc96 + 03d84e4 commit 0fff1c9

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)