This commit is contained in:
Fabien Potencier 2016-09-14 13:34:59 -07:00
parent c1cc6ca40e
commit 81e9713c80
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ EOF
}
});
$output->writeln(json_encode($filesInfo, defined('JSON_PRETTY_PRINT') ? JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES : 0));
$output->writeln(json_encode($filesInfo, defined('JSON_PRETTY_PRINT') ? JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES : 0));
return min($errors, 1);
}