We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3aa47d commit 4d18903Copy full SHA for 4d18903
rules.neon
@@ -9,6 +9,7 @@ rules:
9
- PHPStan\Rules\Deprecations\CallToDeprecatedMethodRule
10
- PHPStan\Rules\Deprecations\CallToDeprecatedStaticMethodRule
11
- PHPStan\Rules\Deprecations\FetchingClassConstOfDeprecatedClassRule
12
+ - PHPStan\Rules\Deprecations\FetchingDeprecatedConstRule
13
- PHPStan\Rules\Deprecations\ImplementationOfDeprecatedInterfaceRule
14
- PHPStan\Rules\Deprecations\InheritanceOfDeprecatedClassRule
15
- PHPStan\Rules\Deprecations\InheritanceOfDeprecatedInterfaceRule
0 commit comments