mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
make phpcs happy
This commit is contained in:
@@ -255,7 +255,6 @@ class Geocode
|
||||
) {
|
||||
$this->oPlaceLookup->setAddressAdminLevels(true);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public function setQueryFromParams($oParams)
|
||||
|
||||
@@ -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