diff --git a/Command/TestCommand.php b/Command/TestCommand.php index 9be8431..223ad9e 100644 --- a/Command/TestCommand.php +++ b/Command/TestCommand.php @@ -33,9 +33,6 @@ class TestCommand extends Command{ parent::configure(); } - /** - * {@inheritdoc} - */ protected function execute(InputInterface $input, OutputInterface $output){ $output->writeln(get_class($this->_productAction)); }