Skip to content

Commit

Permalink
Another nope
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Dec 29, 2022
1 parent db687cc commit dea34e5
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 dea34e5

Please sign in to comment.