Completed
Pull Request — master (#8)
by Amine
01:40
created
src/SubCommand.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -23,9 +23,9 @@
 block discarded – undo
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
     /**
Please login to merge, or discard this patch.
src/Commands/VersionCommand.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
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()
Please login to merge, or discard this patch.