We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a4b83a commit ca80440Copy full SHA for ca80440
1 file changed
cli/ob.php
@@ -84,7 +84,7 @@ public function run()
84
85
if ($cliInstance !== null) {
86
$success = $cliInstance->run(array_values(array_slice($this->argv, $commandLength)));
87
- exit($success);
+ exit(! $success);
88
} else {
89
$this->help();
90
}
0 commit comments