Skip to content

Commit 20a0a93

Browse files
author
Robin Chalas
committed
Fix empty output for debug:autowiring when reflection-docblock is not available
1 parent 0512219 commit 20a0a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Console/Descriptor/Descriptor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ protected function sortServiceIds(array $serviceIds)
292292
*/
293293
public static function getClassDescription(string $class, string &$resolvedClass = null): string
294294
{
295-
$resolvedClass = null;
295+
$resolvedClass = $class;
296296

297297
if (!interface_exists(DocBlockFactoryInterface::class)) {
298298
return '';

0 commit comments

Comments
 (0)