Files
Epicnabbo-Catalogus-Updated…/Updated_Cms/phpstan.neon
T
2026-01-20 20:40:28 +01:00

34 lines
1.1 KiB
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#'
- '#extends generic class .*Builder but does not specify its types#'
- '#return type with generic class .*Builder does not specify its types#'
- '#return type has no value type specified in iterable type array#'
- '#has parameter \$\w+ with no value type specified in iterable type array#'
- '#Call to function is_string\\(\\) with .* will always evaluate to true#'
- '#should return array<string, mixed> but returns array#'
reportUnmatchedIgnoredErrors: false