Passed
Branch tests (ee4d64)
by Adam
04:47
created
src/CloudApi/Connector.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
     public function makeRequest(string $verb, string $path, array $query = [], array $options = array())
74 74
     {
75 75
         try {
76
-            $response = $this->client->$verb(self::BASE_URI . $path, $options);
76
+            $response = $this->client->$verb(self::BASE_URI.$path, $options);
77 77
         } catch (ClientException $e) {
78 78
             print $e->getMessage();
79 79
             $response = $e->getResponse();
Please login to merge, or discard this patch.