Skip to content

Commit 3eb0b1e

Browse files
jbelienStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent d3a385d commit 3eb0b1e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

UrbIS.php

+8-8
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,14 @@ public function reverseQuery(ReverseQuery $query): Collection
107107
$language = $query->getLocale() ?? '';
108108

109109
$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+
];
118118

119119
$url = sprintf(self::REVERSE_ENDPOINT_URL, urlencode(json_encode($jsonQuery)));
120120
$json = $this->executeQuery($url);

0 commit comments

Comments
 (0)