We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f0f13 commit d6d4c02Copy full SHA for d6d4c02
src/Config/Parser/MetadataParser/MetadataParser.php
@@ -568,7 +568,7 @@ private static function getTypeFieldConfigurationFromReflector(ReflectionClass $
568
}
569
570
if (isset($arg->default)) {
571
- $args[$arg->name]['defaultValue'] ??= $arg->default;
+ $args[$arg->name]['defaultValue'] = $arg->default;
572
573
574
0 commit comments