php-loremipsum/phpstan.neon
2022-01-23 17:26:15 -06:00

14 lines
241 B
Text

parameters:
paths:
- src
# The level 8 is the highest level
level: max
excludePaths:
- ./*/*/FileToBeExcluded.php
checkMissingIterableValueType: true
#editorUrl: 'vscode://file/%%file%%:%%line%%'