Skip to content

Commit 3c1cb54

Browse files
committed
clean up exception annotations
1 parent 9da8ad0 commit 3c1cb54

File tree

3 files changed

+68
-57
lines changed

3 files changed

+68
-57
lines changed

src/Provider/Here/Here.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,9 @@ public function geocodeQuery(GeocodeQuery $query): Collection
210210
return $this->executeQuery(sprintf('%s?%s', $this->getBaseUrl($query), http_build_query($queryParams)), $query->getLimit());
211211
}
212212

213+
/**
214+
* @throws \JsonException
215+
*/
213216
public function reverseQuery(ReverseQuery $query): Collection
214217
{
215218
$queryParams = $this->withApiCredentials([]);

0 commit comments

Comments
 (0)