Skip to content

Commit

Permalink
Increase PHPStan level
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Sep 9, 2024
1 parent 5a726e3 commit 1b24493
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ includes:
- ./vendor/larastan/larastan/extension.neon
- ./vendor/phpstan/phpstan-mockery/extension.neon
parameters:
level: 3
level: 4
paths:
- src
- tests
treatPhpDocTypesAsCertain: false
ignoreErrors:
- '#Unsafe usage of new static\(\).#'

0 comments on commit 1b24493

Please sign in to comment.