Files
panel-pelican-dev/phpstan.neon
2024-10-20 16:55:02 -04:00

18 lines
324 B
Plaintext

includes:
- vendor/larastan/larastan/extension.neon
rules:
- App\PHPStan\ForbiddenGlobalFunctionsRule
parameters:
paths:
- app
level: 6
ignoreErrors:
- '#no value type specified in iterable#'
- '#Unable to resolve the template type#'
- '#does not specify its types#'