Skip to content

Commit

Permalink
[skip ci] typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sreichel authored and cmuench committed Jul 27, 2024
1 parent 0b1b2b1 commit a43fc64
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/N98/Magento/Command/AbstractMagentoStoreConfigCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -131,7 +134,7 @@ protected function configure(): void
}

/**
* {@inheritdoc }
* {@inheritdoc}
*/
public function initialize(InputInterface $input,OutputInterface $output)
{
Expand All @@ -149,7 +152,7 @@ public function initialize(InputInterface $input,OutputInterface $output)
}

/**
* {@inheritdoc }
* {@inheritdoc}
* @throws Mage_Core_Model_Store_Exception
* @throws Exception
*/
Expand Down

0 comments on commit a43fc64

Please sign in to comment.