File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11parameters :
22 phpunit:
33 convertUnionToIntersectionType: true
4- checkDataProviderData : %featureToggles.bleedingEdge%
4+ reportMissingDataProviderReturnType: false
55 additionalConstructors:
66 - PHPUnit\Framework\TestCase::setUp
77 earlyTerminatingMethodCalls:
@@ -24,8 +24,8 @@ parameters:
2424
2525parametersSchema :
2626 phpunit: structure([
27- convertUnionToIntersectionType : bool ()
28- checkDataProviderData : bool (),
27+ convertUnionToIntersectionType: bool(),
28+ reportMissingDataProviderReturnType : bool(),
2929 ])
3030
3131services :
@@ -76,4 +76,4 @@ conditionalTags:
7676 PHPStan\PhpDoc\PHPUnit\MockObjectTypeNodeResolverExtension:
7777 phpstan.phpDoc.typeNodeResolverExtension: %phpunit.convertUnionToIntersectionType%
7878 PHPStan\Type\PHPUnit\DataProviderReturnTypeIgnoreExtension:
79- phpstan.ignoreErrorExtension : % phpunit.checkDataProviderData%
79+ phpstan.ignoreErrorExtension: [%featureToggles.bleedingEdge%, not(% phpunit.reportMissingDataProviderReturnType%)]
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ conditionalTags:
1414 phpstan.rules.rule : [%strictRulesInstalled% , %featureToggles.bleedingEdge% ]
1515
1616 PHPStan\Rules\PHPUnit\DataProviderDataRule :
17- phpstan.rules.rule : %phpunit.checkDataProviderData %
17+ phpstan.rules.rule : %featureToggles.bleedingEdge %
1818
1919services :
2020 -
Original file line number Diff line number Diff line change 11parameters :
2- phpunit :
3- checkDataProviderData : true
2+ featureToggles :
3+ bleedingEdge : true
44
55includes :
66 - ../../../../extension.neon
You can’t perform that action at this time.
0 commit comments