change the ignore error of phpstan.

This commit is contained in:
ping-yee 2022-11-19 01:54:06 +08:00
parent dbd8171195
commit d5111d5989
No known key found for this signature in database
GPG Key ID: C548278C3B604B42

View File

@ -41,7 +41,7 @@ parameters:
path: system/Cache/CacheFactory.php
-
message: "#^Comparison operation \"\\>\" between int\\<1, max\\> and \\(array\\|float\\|int\\) results in an error\\.$#"
message: "#^Comparison operation \"\\>\" between int and \\(array\\|float\\|int\\) results in an error\\.$#"
count: 1
path: system/Cache/Handlers/FileHandler.php