Skip to content

Commit ef360c8

Browse files
committed
Add phpstan error to baseline for now
1 parent 612a6ac commit ef360c8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

phpstan-baseline.neon.dist

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ parameters:
6060
count: 1
6161
path: system/Cache/Handlers/RedisHandler.php
6262

63+
-
64+
message: "#^Strict comparison using === between array and array{} will always evaluate to false\\.$#"
65+
count: 1
66+
path: system/CLI/Console.php
67+
6368
-
6469
message: "#^Call to an undefined method CodeIgniter\\\\HTTP\\\\Request\\:\\:getPost\\(\\)\\.$#"
6570
count: 1

0 commit comments

Comments
 (0)