Skip to content

Commit

Permalink
Fix phpstan settings
Browse files Browse the repository at this point in the history
  • Loading branch information
odan committed Nov 27, 2022
1 parent 9c5de04 commit 2698c32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
parameters:
level: 8
paths:
- src
- tests
reportUnmatchedIgnoredErrors: false
ignoreErrors:
- '#Cannot cast mixed to int.#'
Expand Down

0 comments on commit 2698c32

Please sign in to comment.