This commit is contained in:
Fabien Potencier 2016-09-14 13:34:59 -07:00
parent c1cc6ca40e
commit 81e9713c80

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); return min($errors, 1);
} }