File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ protected function configure(): void
64
64
;
65
65
}
66
66
67
- protected function initialize (InputInterface $ input , OutputInterface $ output )
67
+ protected function initialize (InputInterface $ input , OutputInterface $ output ): void
68
68
{
69
69
$ storeName = $ input ->getArgument ('store ' );
70
70
if (!$ this ->stores ->has ($ storeName )) {
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ protected function configure(): void
62
62
;
63
63
}
64
64
65
- protected function initialize (InputInterface $ input , OutputInterface $ output )
65
+ protected function initialize (InputInterface $ input , OutputInterface $ output ): void
66
66
{
67
67
$ storeName = $ input ->getArgument ('store ' );
68
68
if (!$ this ->stores ->has ($ storeName )) {
You can’t perform that action at this time.
0 commit comments