Fix array syntax
parent
3ef22258e5
commit
f4bcf7590b
|
@ -334,7 +334,7 @@ EOT
|
||||||
private function checkPubKeys($config)
|
private function checkPubKeys($config)
|
||||||
{
|
{
|
||||||
$home = $config->get('home');
|
$home = $config->get('home');
|
||||||
$errors = [];
|
$errors = array();
|
||||||
$io = $this->getIO();
|
$io = $this->getIO();
|
||||||
|
|
||||||
if (file_exists($home.'/keys.tags.pub') && file_exists($home.'/keys.dev.pub')) {
|
if (file_exists($home.'/keys.tags.pub') && file_exists($home.'/keys.dev.pub')) {
|
||||||
|
|
Loading…
Reference in New Issue