Skip to content

Commit

Permalink
Fix phpstan iterable types
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Sep 1, 2022
1 parent 82fe559 commit f197cc0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ parameters:
ignoreErrors:
- '~^Unsafe usage of new static\(\)\.$~'

- '~^(Property .+ has|Method .+\(\) (has parameter \$.+ with|return type has)) no value type specified in iterable type .+\.~'

# relax strict rules
- '~^Only booleans are allowed in .+, .+ given( on the (left|right) side)?\.~'
- '~^Variable (static )?(property access|method call) on .+\.~'
Expand Down

0 comments on commit f197cc0

Please sign in to comment.