Skip to content

Commit

Permalink
Fix return type of commands
Browse files Browse the repository at this point in the history
  • Loading branch information
mitelg committed Mar 3, 2023
1 parent 85c1e05 commit efa0697
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -35,7 +35,7 @@ public function validateShopwareDirectory($path): string
/**
* {@inheritdoc}
*/
protected function configure()
protected function configure(): void
{
$this
->setName('cache:clear')
Expand Down
2 changes: 1 addition & 1 deletion src/Extensions/Shopware/RunCli/Command/RunCliCommand.php
Expand Up @@ -56,7 +56,7 @@ public function getValidShopwarePath($shopwarePath, IoService $ioService): strin
/**
* {@inheritdoc}
*/
protected function configure()
protected function configure(): void
{
$this
->setName('run')
Expand Down

0 comments on commit efa0697

Please sign in to comment.