make phpcs happy

This commit is contained in:
Sarah Hoffmann
2018-07-06 22:06:05 +02:00
parent 05bef92f0f
commit 80a6751c51
4 changed files with 7 additions and 6 deletions

View File

@@ -255,7 +255,6 @@ class Geocode
) {
$this->oPlaceLookup->setAddressAdminLevels(true);
}
}
public function setQueryFromParams($oParams)

View File

@@ -277,7 +277,6 @@ class ReverseGeocode
);
if ($aPlace) {
$iDistance = $aPlace['distance'];
$iPlaceID = $aPlace['place_id'];
$oResult = new Result($iPlaceID);