Skip to content

Commit d5111d5

Browse files
committed
change the ignore error of phpstan.
1 parent dbd8171 commit d5111d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

phpstan-baseline.neon.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ parameters:
4141
path: system/Cache/CacheFactory.php
4242

4343
-
44-
message: "#^Comparison operation \"\\>\" between int\\<1, max\\> and \\(array\\|float\\|int\\) results in an error\\.$#"
44+
message: "#^Comparison operation \"\\>\" between int and \\(array\\|float\\|int\\) results in an error\\.$#"
4545
count: 1
4646
path: system/Cache/Handlers/FileHandler.php
4747

0 commit comments

Comments
 (0)