Skip to content

Commit ca13db0

Browse files
committed
Drop obsolete code
1 parent 63906ed commit ca13db0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Factory/OutputFieldsConfigurationFactory.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,6 @@ private function completeFieldArguments(Field $field, ReflectionMethod $method,
8484
*/
8585
private function completeArgumentFromTypeHint(Argument $arg, ReflectionMethod $method, ReflectionParameter $param, DocBlockReader $docBlock): void
8686
{
87-
if (!$arg->getName()) {
88-
$arg->setName($param->getName());
89-
}
90-
9187
if (!$arg->getDescription()) {
9288
$arg->setDescription($docBlock->getParameterDescription($param));
9389
}

0 commit comments

Comments
 (0)