1
0
Fork 0

Fix array syntax

pull/4775/head
Jordi Boggiano 2016-01-18 11:14:38 +00:00
parent 3ef22258e5
commit f4bcf7590b
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ EOT
private function checkPubKeys($config)
{
$home = $config->get('home');
$errors = [];
$errors = array();
$io = $this->getIO();
if (file_exists($home.'/keys.tags.pub') && file_exists($home.'/keys.dev.pub')) {