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 0512219 commit 20a0a93Copy full SHA for 20a0a93
Console/Descriptor/Descriptor.php
@@ -292,7 +292,7 @@ protected function sortServiceIds(array $serviceIds)
292
*/
293
public static function getClassDescription(string $class, string &$resolvedClass = null): string
294
{
295
- $resolvedClass = null;
+ $resolvedClass = $class;
296
297
if (!interface_exists(DocBlockFactoryInterface::class)) {
298
return '';
0 commit comments