forked from hans/Nominatim
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