1
0
Fork 0

ValidateCommand: fix array syntax for PHP 5.3

pull/8605/head
Guilliam Xavier 2020-02-14 10:57:19 +01:00 committed by GitHub
parent ff8bf0ab82
commit a17e7e9bd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ EOT
}
// Avoid setting the exit code to 1 in case --strict and --no-check-publish/--no-check-lock are combined
$extraWarnings = [];
$extraWarnings = array();
// If checking publish errors, display them as errors, otherwise just show them as warnings
if ($checkPublish) {