From 2c6792eda026d9c474c14aa018aed312686714db Mon Sep 17 00:00:00 2001 From: Fabien Villepinte Date: Tue, 13 Dec 2022 13:44:58 +0100 Subject: [PATCH] Move deprecationRulesInstalled parameter to the right file --- phpstan.neon | 1 - rules.neon | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) 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