File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public function __construct(
37
37
$ this ->state = $ state ;
38
38
}
39
39
40
- protected function configure ()
40
+ protected function configure (): void
41
41
{
42
42
$ this ->setName (self ::COMMAND_NAME );
43
43
$ this ->setDescription (self ::COMMAND_DESCRIPTION );
@@ -46,7 +46,7 @@ protected function configure()
46
46
parent ::configure ();
47
47
}
48
48
49
- protected function execute (InputInterface $ input , OutputInterface $ output )
49
+ protected function execute (InputInterface $ input , OutputInterface $ output ): int
50
50
{
51
51
try {
52
52
$ this ->state ->getAreaCode ();
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ protected function configure(): void
45
45
parent ::configure ();
46
46
}
47
47
48
- protected function execute (InputInterface $ input , OutputInterface $ output )
48
+ protected function execute (InputInterface $ input , OutputInterface $ output ): int
49
49
{
50
50
try {
51
51
$ this ->state ->setAreaCode (Area::AREA_GLOBAL );
You can’t perform that action at this time.
0 commit comments