diff --git a/phpstan.neon b/phpstan.neon index 925b0b0..e3c1480 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -5,6 +5,5 @@ includes: - vendor/phpstan/phpstan-phpunit/extension.neon parameters: - deprecationRulesInstalled: true excludePaths: - tests/*/data/* diff --git a/rules.neon b/rules.neon index a8f89b8..9b63b38 100644 --- a/rules.neon +++ b/rules.neon @@ -1,3 +1,6 @@ +parameters: + deprecationRulesInstalled: true + services: - class: PHPStan\Rules\Deprecations\DeprecatedClassHelper