Skip to content

Commit ae8fe63

Browse files
committed
bleeding edge
1 parent d54af33 commit ae8fe63

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

rules.neon

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,15 @@ services:
1616
tags:
1717
- phpstan.deprecations.deprecatedScopeResolver
1818

19+
-
20+
class: PHPStan\Rules\Deprecations\CallWithDeprecatedIniOptionRule
21+
1922
rules:
2023
- PHPStan\Rules\Deprecations\AccessDeprecatedPropertyRule
2124
- PHPStan\Rules\Deprecations\AccessDeprecatedStaticPropertyRule
2225
- PHPStan\Rules\Deprecations\CallToDeprecatedFunctionRule
2326
- PHPStan\Rules\Deprecations\CallToDeprecatedMethodRule
2427
- PHPStan\Rules\Deprecations\CallToDeprecatedStaticMethodRule
25-
- PHPStan\Rules\Deprecations\CallWithDeprecatedIniOptionRule
2628
- PHPStan\Rules\Deprecations\FetchingClassConstOfDeprecatedClassRule
2729
- PHPStan\Rules\Deprecations\FetchingDeprecatedConstRule
2830
- PHPStan\Rules\Deprecations\ImplementationOfDeprecatedInterfaceRule
@@ -34,3 +36,7 @@ rules:
3436
- PHPStan\Rules\Deprecations\TypeHintDeprecatedInFunctionSignatureRule
3537
- PHPStan\Rules\Deprecations\UsageOfDeprecatedCastRule
3638
- PHPStan\Rules\Deprecations\UsageOfDeprecatedTraitRule
39+
40+
conditionalTags:
41+
PHPStan\Rules\Deprecations\CallWithDeprecatedIniOptionRule:
42+
phpstan.rules.rule: %featureToggles.bleedingEdge%

0 commit comments

Comments
 (0)