@@ -85,7 +85,7 @@ discard block |
||
85 | 85 | $this->config = $config; |
86 | 86 | |
87 | 87 | $this->setName('maintenance') |
88 | - ->setDescription('Command to manage application maintenance'); |
|
88 | + ->setDescription('Command to manage application maintenance'); |
|
89 | 89 | |
90 | 90 | $this->addArgument('type', 'type of action [up|down]', 'up', true, true, false, function ($val) { |
91 | 91 | if (!in_array($val, ['up', 'down'])) { |
@@ -95,7 +95,7 @@ discard block |
||
95 | 95 | )); |
96 | 96 | } |
97 | 97 | |
98 | - return $val; |
|
98 | + return $val; |
|
99 | 99 | }); |
100 | 100 | |
101 | 101 | $this->addOption( |