Skip to content

Commit 9d40322

Browse files
committed
4.x forward shim.
1 parent 1ecf6d1 commit 9d40322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shell/QueueShell.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ public function settings() {
434434
$this->out('* ' . $key . ': ' . print_r($val, true));
435435
}
436436

437-
$this->out();
437+
$this->out('');
438438

439439
$status = $this->QueueProcesses->status();
440440
$this->out('Current running workers: ' . ($status ? $status['workers'] : '-'));

0 commit comments

Comments
 (0)