Passed
Branch master (02fc49)
by Gaël
02:46
created
Category
src/AddressControl.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
     {
60 60
         $response = $this->client->request(
61 61
             'GET',
62
-            self::SERVICE_URI. '/' . $code
62
+            self::SERVICE_URI . '/' . $code
63 63
         );
64 64
 
65 65
         $body = json_decode((string) $response->getBody(), true);
Please login to merge, or discard this patch.