1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-03-13 17:50:05 +01:00
openstamanager/phpstan.neon
2023-04-20 20:00:38 +02:00

18 lines
302 B
Plaintext

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