Skip to content

Commit 4632c4c

Browse files
committed
cs
1 parent 5ad91b0 commit 4632c4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Type/IntersectionType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ public function getIterableValueType(): Type
807807
new UnionType([
808808
new ObjectWithoutClassType(),
809809
new IntersectionType([new StringType(), new AccessoryNonEmptyStringType()]),
810-
])
810+
]),
811811
);
812812
}
813813
return $result;

0 commit comments

Comments
 (0)