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