Skip to content

Commit 11f0f13

Browse files
authored
Update src/Config/Parser/MetadataParser/MetadataParser.php
1 parent f78a5d5 commit 11f0f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Config/Parser/MetadataParser/MetadataParser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ private static function getTypeFieldConfigurationFromReflector(ReflectionClass $
561561
}
562562

563563
foreach ($argAnnotations as $arg) {
564-
$args[$arg->name] ??= ['type' => $arg->type];
564+
$args[$arg->name] = ['type' => $arg->type];
565565

566566
if (isset($arg->description)) {
567567
$args[$arg->name]['description'] = $arg->description;

0 commit comments

Comments
 (0)