@@ -2,26 +2,18 @@ parameters:
2
2
customRulesetUsed : false
3
3
4
4
conditionalTags :
5
- PHPStan\Rules\Api\ApiInstantiationRule :
6
- phpstan.rules.rule : %featureToggles.apiRules%
7
- PHPStan\Rules\Api\ApiClassExtendsRule :
8
- phpstan.rules.rule : %featureToggles.apiRules%
9
- PHPStan\Rules\Api\ApiClassImplementsRule :
10
- phpstan.rules.rule : %featureToggles.apiRules%
11
- PHPStan\Rules\Api\ApiInterfaceExtendsRule :
12
- phpstan.rules.rule : %featureToggles.apiRules%
13
- PHPStan\Rules\Api\ApiMethodCallRule :
14
- phpstan.rules.rule : %featureToggles.apiRules%
15
- PHPStan\Rules\Api\ApiStaticCallRule :
16
- phpstan.rules.rule : %featureToggles.apiRules%
17
- PHPStan\Rules\Api\ApiTraitUseRule :
18
- phpstan.rules.rule : %featureToggles.apiRules%
19
- PHPStan\Rules\Api\PhpStanNamespaceIn3rdPartyPackageRule :
20
- phpstan.rules.rule : %featureToggles.apiRules%
21
5
PHPStan\Rules\Properties\UninitializedPropertyRule :
22
6
phpstan.rules.rule : %checkUninitializedProperties%
23
7
24
8
rules :
9
+ - PHPStan\Rules\Api\ApiInstantiationRule
10
+ - PHPStan\Rules\Api\ApiClassExtendsRule
11
+ - PHPStan\Rules\Api\ApiClassImplementsRule
12
+ - PHPStan\Rules\Api\ApiInterfaceExtendsRule
13
+ - PHPStan\Rules\Api\ApiMethodCallRule
14
+ - PHPStan\Rules\Api\ApiStaticCallRule
15
+ - PHPStan\Rules\Api\ApiTraitUseRule
16
+ - PHPStan\Rules\Api\PhpStanNamespaceIn3rdPartyPackageRule
25
17
- PHPStan\Rules\Arrays\DuplicateKeysInLiteralArraysRule
26
18
- PHPStan\Rules\Arrays\EmptyArrayItemRule
27
19
- PHPStan\Rules\Arrays\OffsetAccessWithoutDimForReadingRule
@@ -66,30 +58,6 @@ rules:
66
58
- PHPStan\Rules\Whitespace\FileWhitespaceRule
67
59
68
60
services :
69
- -
70
- class : PHPStan\Rules\Api\ApiInstantiationRule
71
-
72
- -
73
- class : PHPStan\Rules\Api\ApiClassExtendsRule
74
-
75
- -
76
- class : PHPStan\Rules\Api\ApiClassImplementsRule
77
-
78
- -
79
- class : PHPStan\Rules\Api\ApiInterfaceExtendsRule
80
-
81
- -
82
- class : PHPStan\Rules\Api\ApiMethodCallRule
83
-
84
- -
85
- class : PHPStan\Rules\Api\ApiStaticCallRule
86
-
87
- -
88
- class : PHPStan\Rules\Api\ApiTraitUseRule
89
-
90
- -
91
- class : PHPStan\Rules\Api\PhpStanNamespaceIn3rdPartyPackageRule
92
-
93
61
-
94
62
class : PHPStan\Rules\Classes\ExistingClassInClassExtendsRule
95
63
tags :
0 commit comments