Skip to content

Commit

Permalink
fix property iterable types first
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Feb 3, 2024
1 parent 435feef commit 38ec8a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ parameters:
checkMissingOverrideMethodAttribute: true

ignoreErrors:
- '~^Method .+\(\) has parameter \$.+ with no value type specified in iterable type .+\.~'
- '~^Method .+\(\) 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 38ec8a6

Please sign in to comment.