Skip to content

Commit

Permalink
chore: update phpstan config
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasbartipan committed Oct 7, 2024
1 parent 7814362 commit 7e01c3f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions stubs/phpstan.stub
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
includes:
- ./vendor/larastan/larastan/extension.neon
- vendor/larastan/larastan/extension.neon

parameters:
level: 7

level: 5
paths:
- app/
- app
- config
reportUnmatchedIgnoredErrors: true
checkMissingIterableValueType: true
checkModelProperties: false

0 comments on commit 7e01c3f

Please sign in to comment.