Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
DariusIII
2018-10-19 09:31:28 +00:00
committed by StyleCI Bot
parent bafe7c6b93
commit 5c1becaf7f
11 changed files with 18 additions and 33 deletions
+2 -2
View File
@@ -50,8 +50,8 @@ if (isset($argv[1]) && ($argv[1] === 'true' || $argv[1] === 'check')) {
}
ColorCLI::header('Total releases missing samples that '.$couldbe.'their samples updated = '.number_format($counterfixed));
} else {
ColorCLI::header("\nThis script checks if XXX release samples actually exist on disk.\n\n"
ColorCLI::header("\nThis script checks if XXX release samples actually exist on disk.\n\n"
."php $argv[0] check ...: Dry run, displays missing samples.\n"
."php $argv[0] true ...: Update XXX releases missing samples.\n");
exit();
exit();
}