@@ -14,7 +14,7 @@ discard block |
||
14 | 14 | protected function init() |
15 | 15 | { |
16 | 16 | $this->name('Help') |
17 | - ->description('Shows the help message.'); |
|
17 | + ->description('Shows the help message.'); |
|
18 | 18 | $this->helper = SyntaxHelper::instance(); |
19 | 19 | } |
20 | 20 | |
@@ -23,10 +23,10 @@ discard block |
||
23 | 23 | $parent = $this->parent; |
24 | 24 | |
25 | 25 | $text = "<info>{$parent->name}</info> version <info>{$parent->version}</info>" |
26 | - . "<br><br>{$parent->description}<br><br>" |
|
27 | - . $this->syntaxHelp() |
|
28 | - . $this->optionsHelp() |
|
29 | - . $this->subCommandsHelp(); |
|
26 | + . "<br><br>{$parent->description}<br><br>" |
|
27 | + . $this->syntaxHelp() |
|
28 | + . $this->optionsHelp() |
|
29 | + . $this->subCommandsHelp(); |
|
30 | 30 | |
31 | 31 | $this->console()->out($text); |
32 | 32 | } |
@@ -23,9 +23,9 @@ |
||
23 | 23 | { |
24 | 24 | parent::__construct(); |
25 | 25 | $this->parent($parent) |
26 | - ->console($parent->console()) |
|
27 | - ->fs($parent->fs) |
|
28 | - ->templatesLoader($parent->templatesLoader); |
|
26 | + ->console($parent->console()) |
|
27 | + ->fs($parent->fs) |
|
28 | + ->templatesLoader($parent->templatesLoader); |
|
29 | 29 | } |
30 | 30 | |
31 | 31 | /** |
@@ -7,7 +7,7 @@ |
||
7 | 7 | protected function init() |
8 | 8 | { |
9 | 9 | $this->name('Version') |
10 | - ->description('Shows the version.'); |
|
10 | + ->description('Shows the version.'); |
|
11 | 11 | } |
12 | 12 | |
13 | 13 | protected function setupSubCommands() |