Skip to content

Commit

Permalink
bleeding edge
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Nov 28, 2024
1 parent d54af33 commit ae8fe63
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion rules.neon
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@ services:
tags:
- phpstan.deprecations.deprecatedScopeResolver

-
class: PHPStan\Rules\Deprecations\CallWithDeprecatedIniOptionRule

rules:
- PHPStan\Rules\Deprecations\AccessDeprecatedPropertyRule
- PHPStan\Rules\Deprecations\AccessDeprecatedStaticPropertyRule
- PHPStan\Rules\Deprecations\CallToDeprecatedFunctionRule
- PHPStan\Rules\Deprecations\CallToDeprecatedMethodRule
- PHPStan\Rules\Deprecations\CallToDeprecatedStaticMethodRule
- PHPStan\Rules\Deprecations\CallWithDeprecatedIniOptionRule
- PHPStan\Rules\Deprecations\FetchingClassConstOfDeprecatedClassRule
- PHPStan\Rules\Deprecations\FetchingDeprecatedConstRule
- PHPStan\Rules\Deprecations\ImplementationOfDeprecatedInterfaceRule
Expand All @@ -34,3 +36,7 @@ rules:
- PHPStan\Rules\Deprecations\TypeHintDeprecatedInFunctionSignatureRule
- PHPStan\Rules\Deprecations\UsageOfDeprecatedCastRule
- PHPStan\Rules\Deprecations\UsageOfDeprecatedTraitRule

conditionalTags:
PHPStan\Rules\Deprecations\CallWithDeprecatedIniOptionRule:
phpstan.rules.rule: %featureToggles.bleedingEdge%

0 comments on commit ae8fe63

Please sign in to comment.