[Console] Fix docblock of DescriptorInterface::describe

This commit is contained in:
Tim Goudriaan 2018-03-19 21:46:57 +01:00
parent 7323372c2b
commit dad27b0b2a
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ use Symfony\Component\Console\Output\OutputInterface;
interface DescriptorInterface
{
/**
* Describes an InputArgument instance.
* Describes an object if supported.
*
* @param OutputInterface $output
* @param object $object