Completed
Push — master ( 00e4c5...e016d8 )
by Kevin
06:06
created
src/Util/UrlHelpersTrait.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php namespace PCextreme\Cloudstack\Util;
2 2
 
3 3
 use InvalidArgumentException;
4
-use PCextreme\Cloudstack\Exception\ClientException;
5 4
 
6 5
 trait UrlHelpersTrait
7 6
 {
Please login to merge, or discard this 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.