Add phpstan error to baseline for now

This commit is contained in:
John Paul E. Balandan, CPA 2022-08-18 10:46:33 +08:00
parent 612a6ace61
commit ef360c8a89
No known key found for this signature in database
GPG Key ID: FB7B51499BC27610

View File

@ -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