Skip to content

Commit 4d18903

Browse files
cs278ondrejmirtes
authored andcommitted
Enable constant check rule
1 parent b3aa47d commit 4d18903

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rules.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ rules:
99
- PHPStan\Rules\Deprecations\CallToDeprecatedMethodRule
1010
- PHPStan\Rules\Deprecations\CallToDeprecatedStaticMethodRule
1111
- PHPStan\Rules\Deprecations\FetchingClassConstOfDeprecatedClassRule
12+
- PHPStan\Rules\Deprecations\FetchingDeprecatedConstRule
1213
- PHPStan\Rules\Deprecations\ImplementationOfDeprecatedInterfaceRule
1314
- PHPStan\Rules\Deprecations\InheritanceOfDeprecatedClassRule
1415
- PHPStan\Rules\Deprecations\InheritanceOfDeprecatedInterfaceRule

0 commit comments

Comments
 (0)