Skip to content

Commit

Permalink
Another nope
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes authored and staabm committed Dec 31, 2022
1 parent c07a033 commit 7d59e37
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Type/IntersectionType.php
Expand Up @@ -109,10 +109,6 @@ public function getArrays(): array
{
$arrays = [];
foreach ($this->types as $type) {
if (!$type instanceof ArrayType) {
continue;
}

foreach ($type->getArrays() as $array) {
$arrays[] = $array;
}
Expand Down

0 comments on commit 7d59e37

Please sign in to comment.