File tree 2 files changed +7
-14
lines changed
2 files changed +7
-14
lines changed Original file line number Diff line number Diff line change @@ -53,14 +53,6 @@ parameters:
53
53
- terminate
54
54
- forward
55
55
56
- conditionalTags :
57
- PHPStan\Type\Nette\StringsMatchDynamicReturnTypeExtension :
58
- phpstan.broker.dynamicStaticMethodReturnTypeExtension : %featureToggles.narrowPregMatches%
59
- PHPStan\Type\Nette\StringsMatchAllDynamicReturnTypeExtension :
60
- phpstan.broker.dynamicStaticMethodReturnTypeExtension : %featureToggles.narrowPregMatches%
61
- PHPStan\Type\Nette\StringsReplaceCallbackClosureTypeExtension :
62
- phpstan.staticMethodParameterClosureTypeExtension : %featureToggles.narrowPregMatches%
63
-
64
56
services :
65
57
-
66
58
class : PHPStan\Reflection\Nette\HtmlClassReflectionExtension
@@ -126,9 +118,15 @@ services:
126
118
127
119
-
128
120
class : PHPStan\Type\Nette\StringsMatchAllDynamicReturnTypeExtension
121
+ tags :
122
+ - phpstan.broker.dynamicStaticMethodReturnTypeExtension
129
123
130
124
-
131
125
class : PHPStan\Type\Nette\StringsMatchDynamicReturnTypeExtension
126
+ tags :
127
+ - phpstan.broker.dynamicStaticMethodReturnTypeExtension
132
128
133
129
-
134
130
class : PHPStan\Type\Nette\StringsReplaceCallbackClosureTypeExtension
131
+ tags :
132
+ - phpstan.staticMethodParameterClosureTypeExtension
Original file line number Diff line number Diff line change @@ -16,10 +16,7 @@ parametersSchema:
16
16
17
17
rules :
18
18
- PHPStan\Rule\Nette\DoNotExtendNetteObjectRule
19
-
20
- conditionalTags :
21
- PHPStan\Rule\Nette\RegularExpressionPatternRule :
22
- phpstan.rules.rule : %featureToggles.bleedingEdge%
19
+ - PHPStan\Rule\Nette\RegularExpressionPatternRule
23
20
24
21
services :
25
22
-
@@ -28,5 +25,3 @@ services:
28
25
methods : %methodsThrowingExceptions%
29
26
tags :
30
27
- phpstan.rules.rule
31
- -
32
- class : PHPStan\Rule\Nette\RegularExpressionPatternRule
You can’t perform that action at this time.
0 commit comments