Skip to content

Commit

Permalink
updated for phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
mirko-pagliai committed Mar 13, 2023
1 parent 9645d99 commit d83424f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion phpstan-baseline.neon
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
parameters:
ignoreErrors:
-
message: "#^Ternary operator condition is always true\\.$#"
message: "#^Call to an undefined method Thumber\\\\Cake\\\\View\\\\Helper\\\\ThumbHelper\\:\\:noExisting\\(\\)\\.$#"
count: 1
path: tests/TestCase/View/Helper/ThumbHelperTest.php

-
message: "#^Method Thumber\\\\Cake\\\\View\\\\Helper\\\\ThumbHelper\\:\\:crop\\(\\) invoked with 0 parameters, 1\\-3 required\\.$#"
count: 1
path: tests/TestCase/View/Helper/ThumbHelperTest.php

0 comments on commit d83424f

Please sign in to comment.