Skip to content

Commit c87fb63

Browse files
committed
Update ConstantArrayType.php
1 parent 64eb107 commit c87fb63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Type/Constant/ConstantArrayType.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ public function getIterableValueType(): Type
179179
foreach ($this->valueTypes as $valueType) {
180180
if (!$valueType instanceof ClosureType) {
181181
$onlyClosureValues = false;
182+
break;
182183
}
183184
}
184185

0 commit comments

Comments
 (0)