@@ -38,7 +38,7 @@ |
||
38 | 38 | ]); |
39 | 39 | } |
40 | 40 | |
41 | - public function getInfo(): string|null |
|
41 | + public function getInfo(): string | null |
|
42 | 42 | { |
43 | 43 | return NULL; |
44 | 44 | } |
@@ -33,12 +33,12 @@ |
||
33 | 33 | ? '<fg=red;options=bold>Disabled</>' |
34 | 34 | : '<fg=green;options=bold>Enabled</>'; |
35 | 35 | |
36 | - $this->components->task("Disabling <fg=cyan;options=bold>{$module->getName()}</> Module, old status: $status", function () use ($module) { |
|
36 | + $this->components->task("Disabling <fg=cyan;options=bold>{$module->getName()}</> Module, old status: $status", function() use ($module) { |
|
37 | 37 | $module->disable(); |
38 | 38 | }); |
39 | 39 | } |
40 | 40 | |
41 | - function getInfo(): string|null |
|
41 | + function getInfo(): string | null |
|
42 | 42 | { |
43 | 43 | return 'Disabling module ...'; |
44 | 44 | } |