Skip to content

Commit cbaa3c9

Browse files
committed
Fix CS
1 parent 07e1e1d commit cbaa3c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Type/UnionType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1235,7 +1235,7 @@ private function notBenevolentUnionResults(callable $getResult): TrinaryLogic
12351235
protected function unionTypes(callable $getType): Type
12361236
{
12371237
$newTypes = [];
1238-
foreach($this->types as $type) {
1238+
foreach ($this->types as $type) {
12391239
$newTypes[] = $getType($type);
12401240
}
12411241

0 commit comments

Comments
 (0)