]> git.openstreetmap.org Git - nominatim.git/blobdiff - website/lookup.php
fix indentation and misc errors according to PSR2 coding style guide
[nominatim.git] / website / lookup.php
index cbe14b2bd0a5667790311d8d9ea0237f2d6c346a..93743e2d1c0b69872449126e4697d76effc3894f 100755 (executable)
@@ -35,7 +35,7 @@ if (count($aOsmIds) > CONST_Places_Max_ID_count) {
     userError('Bulk User: Only ' . CONST_Places_Max_ID_count . " ids are allowed in one request.");
 }
 
-foreach ($aOsmIds AS $sItem) {
+foreach ($aOsmIds as $sItem) {
     // Skip empty sItem
     if (empty($sItem)) continue;