mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
Update Cli.php
This commit is contained in:
parent
a55e32b1a1
commit
65591c829f
@ -151,7 +151,9 @@ class Cli extends ApplicationBootstrap
|
||||
if ($this->showBenchmark) {
|
||||
Benchmark::dump();
|
||||
}
|
||||
if ($result === FALSE) exit(1);
|
||||
if (false === $result) {
|
||||
exit(1);
|
||||
}
|
||||
}
|
||||
|
||||
protected function dispatchEndless()
|
||||
|
Loading…
x
Reference in New Issue
Block a user