mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Add phpstan error to baseline for now
This commit is contained in:
parent
612a6ace61
commit
ef360c8a89
@ -60,6 +60,11 @@ parameters:
|
||||
count: 1
|
||||
path: system/Cache/Handlers/RedisHandler.php
|
||||
|
||||
-
|
||||
message: "#^Strict comparison using === between array and array{} will always evaluate to false\\.$#"
|
||||
count: 1
|
||||
path: system/CLI/Console.php
|
||||
|
||||
-
|
||||
message: "#^Call to an undefined method CodeIgniter\\\\HTTP\\\\Request\\:\\:getPost\\(\\)\\.$#"
|
||||
count: 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user