File tree 3 files changed +10
-7
lines changed
3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ parameters:
54
54
paramOutType : true
55
55
pure : true
56
56
checkParameterCastableToStringFunctions : true
57
- narrowPregMatches : true
58
57
uselessReturnValue : true
59
58
printfArrayParameters : true
60
59
preciseMissingReturn : true
Original file line number Diff line number Diff line change @@ -89,7 +89,6 @@ parameters:
89
89
paramOutType : false
90
90
pure : false
91
91
checkParameterCastableToStringFunctions : false
92
- narrowPregMatches : false
93
92
uselessReturnValue : false
94
93
printfArrayParameters : false
95
94
preciseMissingReturn : false
@@ -290,10 +289,6 @@ conditionalTags:
290
289
phpstan.parser.richParserNodeVisitor : %featureToggles.curlSetOptTypes%
291
290
PHPStan\Parser\TypeTraverserInstanceofVisitor :
292
291
phpstan.parser.richParserNodeVisitor : %featureToggles.instanceofType%
293
- PHPStan\Type\Php\PregMatchTypeSpecifyingExtension :
294
- phpstan.typeSpecifier.functionTypeSpecifyingExtension : %featureToggles.narrowPregMatches%
295
- PHPStan\Type\Php\PregMatchParameterOutTypeExtension :
296
- phpstan.functionParameterOutTypeExtension : %featureToggles.narrowPregMatches%
297
292
298
293
services :
299
294
-
@@ -1491,6 +1486,16 @@ services:
1491
1486
-
1492
1487
class : PHPStan\Type\Php\PregMatchTypeSpecifyingExtension
1493
1488
1489
+ -
1490
+ class : PHPStan\Type\Php\PregMatchTypeSpecifyingExtension
1491
+ tags :
1492
+ - phpstan.typeSpecifier.functionTypeSpecifyingExtension
1493
+
1494
+ -
1495
+ class : PHPStan\Type\Php\PregMatchParameterOutTypeExtension
1496
+ tags :
1497
+ - phpstan.functionParameterOutTypeExtension
1498
+
1494
1499
-
1495
1500
class : PHPStan\Type\Php\PregMatchParameterOutTypeExtension
1496
1501
Original file line number Diff line number Diff line change @@ -84,7 +84,6 @@ parametersSchema:
84
84
paramOutType : bool ()
85
85
pure : bool ()
86
86
checkParameterCastableToStringFunctions : bool ()
87
- narrowPregMatches : bool ()
88
87
uselessReturnValue : bool ()
89
88
printfArrayParameters : bool ()
90
89
preciseMissingReturn : bool ()
You can’t perform that action at this time.
0 commit comments