mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-14 18:37:58 +00:00
PHP code style: enforce long array initialisation (#1015)
This commit is contained in:
@@ -134,7 +134,7 @@ function info($sMsg)
|
||||
echo date('Y-m-d H:i:s == ').$sMsg."\n";
|
||||
}
|
||||
|
||||
$aWarnings = [];
|
||||
$aWarnings = array();
|
||||
|
||||
|
||||
function warn($sMsg)
|
||||
|
||||
Reference in New Issue
Block a user