includes: - ~/.config/composer/vendor/nunomaduro/larastan/extension.neon - ~/.config/composer/vendor/ergebnis/phpstan-rules/rules.neon - ~/.config/composer/vendor/phpstan/phpstan-deprecation-rules/rules.neon - ~/.config/composer/vendor/thecodingmachine/phpstan-strict-rules/phpstan-strict-rules.neon parameters: ignoreErrors: - '#is not allowed to extend#' - '#is neither abstract nor final#' paths: - ../app - ../config - ../database - ../resources - ../routes - ../tests - ../bootstrap/app.php # The level 8 is the highest level. original was 5 level: 0