File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11parameters :
22 phpunit :
33 convertUnionToIntersectionType : true
4- ignoreMissingDataProviderReturnType : true
4+ reportMissingDataProviderReturnType : false
55 additionalConstructors :
66 - PHPUnit\Framework\TestCase::setUp
77 earlyTerminatingMethodCalls :
@@ -25,7 +25,7 @@ parameters:
2525parametersSchema :
2626 phpunit : structure ([
2727 convertUnionToIntersectionType : bool (),
28- ignoreMissingDataProviderReturnType : 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 : [%featureToggles.bleedingEdge% , %phpunit.ignoreMissingDataProviderReturnType% ]
79+ phpstan.ignoreErrorExtension : [%featureToggles.bleedingEdge% , not ( %phpunit.reportMissingDataProviderReturnType% ) ]
You can’t perform that action at this time.
0 commit comments