diff --git a/src/N98/Magento/Command/AbstractMagentoStoreConfigCommand.php b/src/N98/Magento/Command/AbstractMagentoStoreConfigCommand.php index 80f05e6f1..2a8e1cf53 100644 --- a/src/N98/Magento/Command/AbstractMagentoStoreConfigCommand.php +++ b/src/N98/Magento/Command/AbstractMagentoStoreConfigCommand.php @@ -85,6 +85,9 @@ abstract class AbstractMagentoStoreConfigCommand extends AbstractMagentoCommand */ protected $scope = self::SCOPE_STORE_VIEW; + /** + * {@inheritdoc} + */ protected function configure(): void { // for backwards compatibility before v3.0 @@ -131,7 +134,7 @@ protected function configure(): void } /** - * {@inheritdoc } + * {@inheritdoc} */ public function initialize(InputInterface $input,OutputInterface $output) { @@ -149,7 +152,7 @@ public function initialize(InputInterface $input,OutputInterface $output) } /** - * {@inheritdoc } + * {@inheritdoc} * @throws Mage_Core_Model_Store_Exception * @throws Exception */