Skip to content

Commit

Permalink
Remove PHPStan false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
jdecool committed May 14, 2022
1 parent 108e863 commit d0570b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@ parameters:
level: 5
bootstrapFiles:
- %rootDir%/../../../vendor/autoload.php

ignoreErrors:
-
message: '#Left side of && is always true#'
path: src/Core/ImageWorkshopLayer.php

0 comments on commit d0570b7

Please sign in to comment.