Skip to content

Commit 04c7367

Browse files
committed
Fix UnionToString for array<K, V>
1 parent 319479c commit 04c7367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Toolkit/UnionToString.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ private static function forArray(Atomic\TArray $array): string
4848

4949
return $array instanceof Atomic\TNonEmptyArray
5050
? "non-empty-array<{$type_params}>"
51-
: "array<{$type_params}";
51+
: "array<{$type_params}>";
5252
}
5353
}

0 commit comments

Comments
 (0)