We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8df9a7 commit 0066ef7Copy full SHA for 0066ef7
2 files changed
src/store/src/Command/DropStoreCommand.php
@@ -64,7 +64,7 @@ protected function configure(): void
64
;
65
}
66
67
- protected function initialize(InputInterface $input, OutputInterface $output)
+ protected function initialize(InputInterface $input, OutputInterface $output): void
68
{
69
$storeName = $input->getArgument('store');
70
if (!$this->stores->has($storeName)) {
src/store/src/Command/SetupStoreCommand.php
@@ -62,7 +62,7 @@ protected function configure(): void
62
63
0 commit comments