The clover is allowed to be missing (for hhvm).

This commit is contained in:
Sébastien Lucas 2013-12-17 20:59:22 +01:00
父節點 19dcd73585
當前提交 8d7b3afc3b
共有 1 個文件被更改,包括 2 次插入1 次删除

查看文件

@ -15,7 +15,8 @@ $inputFile = $argv[1];
$percentage = min(100, max(0, (int) $argv[2]));
if (!file_exists($inputFile)) {
throw new InvalidArgumentException('Invalid input file provided');
echo 'Invalid input file provided';
exit (0);
}
if (!$percentage) {