Completed
Branch master (537856)
by Jonathan
02:54
created
UrbIS.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -107,14 +107,14 @@
 block discarded – undo
107 107
         $language = $query->getLocale() ?? '';
108 108
 
109 109
         $jsonQuery = [
110
-          'language' => $language,
111
-          'point'    => [
112
-              // x, y are switched in the API
113
-              'y' => $coordinates->getLongitude(),
114
-              'x' => $coordinates->getLatitude(),
115
-          ],
116
-          'SRS_In' => 4326,
117
-      ];
110
+            'language' => $language,
111
+            'point'    => [
112
+                // x, y are switched in the API
113
+                'y' => $coordinates->getLongitude(),
114
+                'x' => $coordinates->getLatitude(),
115
+            ],
116
+            'SRS_In' => 4326,
117
+        ];
118 118
 
119 119
         $url = sprintf(self::REVERSE_ENDPOINT_URL, urlencode(json_encode($jsonQuery)));
120 120
         $json = $this->executeQuery($url);
Please login to merge, or discard this patch.