-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathrules.neon
More file actions
51 lines (41 loc) · 1.39 KB
/
rules.neon
File metadata and controls
51 lines (41 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
parameters:
deprecationRulesInstalled: true
services:
-
class: PHPStan\DependencyInjection\LazyDeprecatedScopeResolverProvider
-
class: PHPStan\Rules\Deprecations\DeprecatedScopeHelper
factory: @PHPStan\DependencyInjection\LazyDeprecatedScopeResolverProvider::get
-
class: PHPStan\Rules\Deprecations\DefaultDeprecatedScopeResolver
tags:
- phpstan.deprecations.deprecatedScopeResolver
-
class: PHPStan\Rules\Deprecations\CallWithDeprecatedIniOptionRule
-
class: PHPStan\Rules\Deprecations\RestrictedDeprecatedClassConstantUsageExtension
tags:
- phpstan.restrictedClassConstantUsageExtension
-
class: PHPStan\Rules\Deprecations\RestrictedDeprecatedFunctionUsageExtension
tags:
- phpstan.restrictedFunctionUsageExtension
-
class: PHPStan\Rules\Deprecations\RestrictedDeprecatedMethodUsageExtension
tags:
- phpstan.restrictedMethodUsageExtension
-
class: PHPStan\Rules\Deprecations\RestrictedDeprecatedPropertyUsageExtension
tags:
- phpstan.restrictedPropertyUsageExtension
-
class: PHPStan\Rules\Deprecations\RestrictedDeprecatedClassNameUsageExtension
arguments:
bleedingEdge: %featureToggles.bleedingEdge%
tags:
- phpstan.restrictedClassNameUsageExtension
rules:
- PHPStan\Rules\Deprecations\FetchingDeprecatedConstRule
conditionalTags:
PHPStan\Rules\Deprecations\CallWithDeprecatedIniOptionRule:
phpstan.rules.rule: %featureToggles.bleedingEdge%