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#' - '#missingType\\.iterableValue#' - '#should return array but returns array#' reportUnmatchedIgnoredErrors: false