pelican-panel-mirror/phpstan.neon
2024-03-16 19:29:16 -04:00

20 lines
300 B
Plaintext

includes:
- vendor/larastan/larastan/extension.neon
parameters:
paths:
- app/
# Level 9 is the highest level
level: 1
# ignoreErrors:
# - '#PHPDoc tag @var#'
#
# excludePaths:
# - ./*/*/FileToBeExcluded.php
#
# checkMissingIterableValueType: false