Skip to content

Commit

Permalink
Update phpstan.neon.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
realodix committed May 25, 2024
1 parent 35bc860 commit 2046af5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
includes:
- phpstan-baseline.neon
- vendor/larastan/larastan/extension.neon
# - vendor/phpstan/phpstan-deprecation-rules/rules.neon
- vendor/phpstan/phpstan-deprecation-rules/rules.neon

parameters:
level: 6
paths:
- app
tmpDir: .tmp/PHPStan
checkMissingIterableValueType: false
checkGenericClassInNonGenericObjectType: false
ignoreErrors:
- identifier: missingType.generics
- identifier: missingType.iterableValue

0 comments on commit 2046af5

Please sign in to comment.