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…
Reference in New Issue