mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-24 16:25:00 -04:00
Fix coding standard (#3363)
Merged code was not following coding standard. Thus breaking all CI tests.
This commit is contained in:
committed by
GitHub
parent
6d8b1ba834
commit
eb51fd713a
@@ -17,7 +17,7 @@ Minz_Translate::init('en');
|
||||
|
||||
FreshRSS_Context::$isCli = true;
|
||||
|
||||
function fail($message, $exitCode=1) {
|
||||
function fail($message, $exitCode = 1) {
|
||||
fwrite(STDERR, $message . "\n");
|
||||
die($exitCode);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user