home/kckglobal/public_html/portal/phpstan.neon.dist 0000644 00000001103 15032512710 0016517 0 ustar 00 includes:
- ./vendor/larastan/larastan/extension.neon
parameters:
paths:
- database
- app/Models
- app/Console
- app/Actions
- app/Events
- app/Observers
- app/Listeners
- app/View
- app/Http
# The level 8 is the highest level
level: 2
ignoreErrors:
- '#Access to an undefined property App\\Http\\Controllers\\[a-zA-Z0-9\\_]+::\$(\w)+#'
excludePaths:
- ./*/*/FileToBeExcluded.php
checkMissingIterableValueType: false
reportUnmatchedIgnoredErrors: false