diff --git a/Command/TestCommand.php b/Command/TestCommand.php index 4146c04..1cd242f 100644 --- a/Command/TestCommand.php +++ b/Command/TestCommand.php @@ -6,9 +6,6 @@ use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Output\OutputInterface; class TestCommand extends Command{ - /** - * {@inheritdoc} - */ private $_state; private $_objectManager; @@ -37,9 +34,6 @@ class TestCommand extends Command{ parent::configure(); } - /** - * {@inheritdoc} - */ protected function execute(InputInterface $input, OutputInterface $output){ $this->_productAction=$this->_objectManager->get('\Magento\Catalog\Model\ResourceModel\Product\Action'); $output->writeln(get_class($this->_productAction));