includes:
- ./vendor/nunomaduro/larastan/extension.neon
parameters:
paths:
- app
- common
# The level 9 is the highest level
level: 5
ignoreErrors:
- '#PHPDoc tag @var#'
excludePaths:
- ./*/*/FileToBeExcluded.php
databaseMigrationsPath:
- common/Database/migrations
checkMissingIterableValueType: false