]> git.openstreetmap.org Git - nominatim.git/blobdiff - website/lookup.php
fix function declaration errors according to PSR2 coding style guide
[nominatim.git] / website / lookup.php
index 1dfe73f943169216a1e10c602c176fa0955bbd89..cbe14b2bd0a5667790311d8d9ea0237f2d6c346a 100755 (executable)
@@ -62,7 +62,7 @@ foreach ($aOsmIds AS $sItem) {
 if (CONST_Debug) exit;
 
 $sXmlRootTag = 'lookupresults';
-$sQuery = join(',',$aCleanedQueryParts);
+$sQuery = join(',', $aCleanedQueryParts);
 // we initialize these to avoid warnings in our logfile
 $sViewBox = '';
 $bShowPolygons = '';