includes: - vendor/larastan/larastan/extension.neon parameters: paths: - app - config - database - routes level: max excludePaths: - bootstrap - storage - vendor ignoreErrors: - '#PHPDoc tag @var#' - '#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#' - '#should return array but returns array#' reportUnmatchedIgnoredErrors: true