Files
Epicnabbo-Catalogus-Updated…/Updated_Cms/phpstan.neon
T
2026-01-19 17:50:34 +01:00

27 lines
528 B
Plaintext

includes:
- vendor/larastan/larastan/extension.neon
parameters:
paths:
- app
- config
- database
- routes
level: 5
excludePaths:
- app/Console/Kernel.php
- app/Exceptions/Handler.php
- bootstrap
- storage
- vendor
ignoreErrors:
- '#PHPDoc tag @var#'
- '#Unsafe usage of new static#'
checkMissingIterableValueType: false
checkGenericClassInNonGenericObjectType: false
reportUnmatchedIgnoredErrors: false