forked from hans/Nominatim
make phpcs happy
This commit is contained in:
@@ -277,7 +277,6 @@ class ReverseGeocode
|
||||
);
|
||||
|
||||
if ($aPlace) {
|
||||
|
||||
$iDistance = $aPlace['distance'];
|
||||
$iPlaceID = $aPlace['place_id'];
|
||||
$oResult = new Result($iPlaceID);
|
||||
|
||||
Reference in New Issue
Block a user