diff --git a/lib/internal/Magento/Framework/Console/CommandList.php b/lib/internal/Magento/Framework/Console/CommandList.php index eddfd4e084536..70236a2502b09 100644 --- a/lib/internal/Magento/Framework/Console/CommandList.php +++ b/lib/internal/Magento/Framework/Console/CommandList.php @@ -1,13 +1,14 @@ + * + * + * Vendor\Module\Console\Command\YourCommand + * + * + * * * @param array $commands */ @@ -27,7 +37,7 @@ public function __construct(array $commands = []) } /** - * {@inheritdoc} + * @inheritdoc */ public function getCommands() {