We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6e02de commit 2c6792eCopy full SHA for 2c6792e
phpstan.neon
@@ -5,6 +5,5 @@ includes:
5
- vendor/phpstan/phpstan-phpunit/extension.neon
6
7
parameters:
8
- deprecationRulesInstalled: true
9
excludePaths:
10
- tests/*/data/*
rules.neon
@@ -1,3 +1,6 @@
1
+parameters:
2
+ deprecationRulesInstalled: true
3
+
4
services:
-
class: PHPStan\Rules\Deprecations\DeprecatedClassHelper
0 commit comments