8000 + fix formating · symfony/symfony@591f604 · GitHub
[go: up one dir, main page]

Skip to content

Commit 591f604

Browse files
committed
+ fix formating
2 parents bbcbcc6 + 301dcc5 commit 591f604

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/PropertyInfo/Util/PhpDocTypeHelper.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ private function createType(DocType $type, bool $nullable, string $docType = nul
137137
// array<value> is converted to x[] which is handled above
138138
// so it's only necessary to handle array<key, value> here
139139 $collectionKeyTypes = $this->getTypes($type->getKeyType());
140+
$collectionKeyTypes = $this->getTypes($type->getKeyType());
140141
$collectionValueTypes = $this->getTypes($type->getValueType());
141142

142143
return new Type(Type::BUILTIN_TYPE_ARRAY, $nullable, null, true, $collectionKeyTypes, $collectionValueTypes);

0 commit comments

Comments
 (0)
0