Skip to content

Commit

Permalink
ignore unsafe static instantiation phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
d8vjork committed Mar 16, 2023
1 parent 7dcdc86 commit caade5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ parameters:
level: 5

checkMissingIterableValueType: false

ignoreErrors:
- '#Unsafe usage of new static#'

0 comments on commit caade5e

Please sign in to comment.