PHP code style: enforce long array initialisation (#1015)

This commit is contained in:
mtmail
2018-04-13 13:18:29 +02:00
committed by GitHub
parent cdbde5b88d
commit 3087ac1145
6 changed files with 63 additions and 61 deletions

View File

@@ -134,7 +134,7 @@ function info($sMsg)
echo date('Y-m-d H:i:s == ').$sMsg."\n";
}
$aWarnings = [];
$aWarnings = array();
function warn($sMsg)