includes:
- ./vendor/nunomaduro/larastan/extension.neon
#- phpstan-milestone1.neon
parameters:
paths:
- app
# The level 9 is the highest level
level: 5
ignoreErrors:
excludePaths:
- ./*/*/FileToBeExcluded.php
checkMissingIterableValueType: true
checkExplicitMixed: true