File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,15 @@ services:
1616 tags :
1717 - phpstan.deprecations.deprecatedScopeResolver
1818
19+ -
20+ class : PHPStan\Rules\Deprecations\CallWithDeprecatedIniOptionRule
21+
1922rules :
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
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%
You can’t perform that action at this time.
0 commit comments