Files
panel-pelican-dev/phpstan.neon

18 lines
324 B
Plaintext
Raw Normal View History

includes:
- vendor/larastan/larastan/extension.neon
2024-10-19 17:22:03 -04:00
rules:
- App\PHPStan\ForbiddenGlobalFunctionsRule
parameters:
paths:
2024-10-19 21:00:11 -04:00
- app
2024-10-19 21:00:11 -04:00
level: 6
2024-03-17 12:52:22 -04:00
ignoreErrors:
2024-10-19 21:00:11 -04:00
- '#no value type specified in iterable#'
- '#Unable to resolve the template type#'
- '#does not specify its types#'