Completed
Push — master ( 40bb8d...5072f6 )
by Kevin
02:25
created
src/Util/UrlHelpersTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
         ];
53 53
 
54 54
         $base = $this->urlConsole;
55
-        $query  = $this->getCommandQuery($params);
55
+        $query = $this->getCommandQuery($params);
56 56
 
57 57
         return $this->appendQuery($base, $query);
58 58
     }
Please login to merge, or discard this patch.