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