Completed
Push — master ( a40d21...065b57 )
by Maxim
05:48
created
src/Weew/Console/Input.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -160,7 +160,7 @@
 block discarded – undo
160 160
      * @param ICommand $command
161 161
      */
162 162
     public function setCommand(ICommand $command) {
163
-         $this->command = $command;
163
+            $this->command = $command;
164 164
     }
165 165
 
166 166
     /**
Please login to merge, or discard this patch.