Completed
Push — master ( 58dd05...6b6b52 )
by Carlos
01:57
created
src/GeoClient.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,9 +36,9 @@
 block discarded – undo
36 36
      * @param array $params
37 37
      * @return \stdClass
38 38
      */
39
-    protected function callGeoService($endpoint, array $params = [])
39
+    protected function callGeoService($endpoint, array $params = [ ])
40 40
     {
41
-        $url = self::ENDPOINT . '/emt-proxy-server/last/geo/' . $endpoint;
41
+        $url = self::ENDPOINT.'/emt-proxy-server/last/geo/'.$endpoint;
42 42
         return $this->launcher->launchRequest($url, $params);
43 43
     }
44 44
 }
Please login to merge, or discard this patch.