Files
Epicnabbo-Catalogus-Updated…/Updated_Cms/phpstan.neon
T
Remco 7b9849c159 🆙 More fixes 🆙
2026-01-19 20:43:46 +01:00

25 lines
438 B
Plaintext

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