Skip to content

Commit d149a9b

Browse files
authored
fixing hashmap convert to array issue (#756)
1 parent 9767f69 commit d149a9b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Mapping/DocumentParser.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,6 @@ private function getAliases(\ReflectionClass $reflectionClass, array &$metaField
270270

271271
if ($type instanceof HashMap) {
272272
$alias[$type->name]['type'] = HashMap::NAME;
273-
$alias[$type->name]['aliases'] = [];
274273
}
275274

276275
$alias[$type->name][HashMap::NAME] = $type instanceof HashMap;

0 commit comments

Comments
 (0)