File "phpstan.neon"
Full Path: /var/www/drive/bootstrap/phpstan.neon
File size: 382 bytes
MIME-type: text/plain
Charset: utf-8
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