Skip to content

Commit

Permalink
Enable constant check rule
Browse files Browse the repository at this point in the history
  • Loading branch information
cs278 authored and ondrejmirtes committed Jan 12, 2020
1 parent b3aa47d commit 4d18903
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rules.neon
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ rules:
- PHPStan\Rules\Deprecations\CallToDeprecatedMethodRule
- PHPStan\Rules\Deprecations\CallToDeprecatedStaticMethodRule
- PHPStan\Rules\Deprecations\FetchingClassConstOfDeprecatedClassRule
- PHPStan\Rules\Deprecations\FetchingDeprecatedConstRule
- PHPStan\Rules\Deprecations\ImplementationOfDeprecatedInterfaceRule
- PHPStan\Rules\Deprecations\InheritanceOfDeprecatedClassRule
- PHPStan\Rules\Deprecations\InheritanceOfDeprecatedInterfaceRule
Expand Down

0 comments on commit 4d18903

Please sign in to comment.