Skip to content

Commit efa0697

Browse files
committed
Fix return type of commands
1 parent 85c1e05 commit efa0697

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Extensions/Shopware/Install/Command/ShopwareClearCacheCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function validateShopwareDirectory($path): string
3535
/**
3636
* {@inheritdoc}
3737
*/
38-
protected function configure()
38+
protected function configure(): void
3939
{
4040
$this
4141
->setName('cache:clear')

src/Extensions/Shopware/RunCli/Command/RunCliCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function getValidShopwarePath($shopwarePath, IoService $ioService): strin
5656
/**
5757
* {@inheritdoc}
5858
*/
59-
protected function configure()
59+
protected function configure(): void
6060
{
6161
$this
6262
->setName('run')

0 commit comments

Comments
 (0)