Skip to content

Commit 72dc9e0

Browse files
committed
simplify
1 parent b6f11fe commit 72dc9e0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Rules/PHPUnit/DataProviderDataRule.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,6 @@ public function processNode(Node $node, Scope $scope): array
6363
}
6464
}
6565

66-
if ($arraysTypes === []) {
67-
$arraysTypes = $exprType->getIterableValueType()->getConstantArrays();
68-
}
69-
7066
if ($arraysTypes === []) {
7167
$arraysTypes = $exprType->getIterableValueType()->getArrays();
7268
}

0 commit comments

Comments
 (0)