From 813b30d21090d21369808e56a98651053e334623 Mon Sep 17 00:00:00 2001 From: James Date: Sat, 26 Dec 2020 15:41:15 +0000 Subject: [PATCH] tidy --- Command/TestCommand.php | 6 ------ 1 file changed, 6 deletions(-) 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));