We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42ad04e commit 0731026Copy full SHA for 0731026
src/Rules/PHPUnit/DataProviderDataRule.php
@@ -89,6 +89,7 @@ public function processNode(Node $node, Scope $scope): array
89
foreach ($testsWithProvider as $testMethod) {
90
if ($testMethod->isVariadic()) {
91
$maxNumberOfParameters = PHP_INT_MAX;
92
+ break;
93
}
94
95
$maxNumberOfParameters = max($maxNumberOfParameters, $testMethod->getNumberOfParameters());
0 commit comments