Skip to content

Commit

Permalink
fix: lax the "unsafe use of static" analysis error
Browse files Browse the repository at this point in the history
  • Loading branch information
phanan committed Oct 30, 2024
1 parent c368f32 commit 5a4bdd4
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 @@ -6,3 +6,6 @@ parameters:
- src/

level: 5

ignoreErrors:
- '#Unsafe usage of new static\(\)#'

0 comments on commit 5a4bdd4

Please sign in to comment.