]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/Geocode.php
fix CodeSniffer offences
[nominatim.git] / lib / Geocode.php
index f7f97593a8a3b01b2e999e97aafe622c93569063..be543012bf76626f95e3e7cc620021b7bf424c7f 100644 (file)
@@ -1275,8 +1275,7 @@ class Geocode
 
             $aResult['name'] = $aResult['langaddress'];
 
-            if ($oCtx->hasNearPoint())
-            {
+            if ($oCtx->hasNearPoint()) {
                 $aResult['importance'] = 0.001;
                 $aResult['foundorder'] = $aResult['addressimportance'];
             } else {