Passed
Push — master ( f833b1...244bf6 )
by Timm
02:07
created
src/Stefaminator/Cli/CmdRunner.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
      * @param Cmd $cmd
17 17
      */
18 18
     public function __construct(Cmd $cmd = null) {
19
-        if($cmd !== null) {
19
+        if ($cmd !== null) {
20 20
             $this->cmd = $cmd;
21 21
             return;
22 22
         }
Please login to merge, or discard this patch.
src/Stefaminator/Cli/AppParser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
 
62 62
         $runner = $cmd->getRunner();
63 63
 
64
-        if($runner !== null) {
64
+        if ($runner !== null) {
65 65
             $runner->run();
66 66
             return true;
67 67
         }
Please login to merge, or discard this patch.