Completed
Push — master ( e1485f...40bb8d )
by Kevin
08:00
created
src/Util/UrlHelpersTrait.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
40 40
         ];
41 41
 
42 42
         $base = $this->urlClient;
43
-        $query  = $this->getCommandQuery($params);
43
+        $query = $this->getCommandQuery($params);
44 44
 
45 45
         return $this->appendQuery($base, $query);
46 46
     }
@@ -93,7 +93,7 @@  discard block
 block discarded – undo
93 93
         ];
94 94
 
95 95
         $base = $this->urlConsole;
96
-        $query  = $this->getCommandQuery($params);
96
+        $query = $this->getCommandQuery($params);
97 97
 
98 98
         return $this->appendQuery($base, $query);
99 99
     }
Please login to merge, or discard this patch.