Files
Epicnabbo-Catalogus-Updated…/Updated_Cms/phpstan.neon
T
Remco 65e7c02c9f 🆙 More fixes 🆙
2026-01-20 17:14:32 +01:00

31 lines
835 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
- database/seeders/WebsiteArticleSeeder.php
ignoreErrors:
- '#PHPDoc tag @var#'
- '#Unsafe usage of new static#'
- '#uses generic trait .*HasFactory but does not specify its types#'
- '#extends generic class .*Factory but does not specify its types#'
- '#return type with generic class .*Builder does not specify its types#'
- '#missingType\\.iterableValue#'
- '#should return array<string, mixed> but returns array#'
reportUnmatchedIgnoredErrors: false