Last active
August 19, 2022 13:12
-
-
Save unnoq/6c52743c9bc43ff302e132323a39b419 to your computer and use it in GitHub Desktop.
phpstan/phpstan
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
includes: | |
- ./vendor/nunomaduro/larastan/extension.neon | |
parameters: | |
reportUnmatchedIgnoredErrors: false | |
paths: | |
- app | |
level: 6 | |
checkMissingIterableValueType: false | |
checkGenericClassInNonGenericObjectType: false | |
checkOctaneCompatibility: true | |
checkModelProperties: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment