Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
DariusIII
2019-03-28 08:40:04 +00:00
committed by StyleCI Bot
parent 98558cb688
commit fb2520dca3
+1 -1
View File
@@ -976,7 +976,7 @@ class Forking
if (config('nntmux.echocli')) {
$this->colorCli->header(
'Process ID #'.$pid.' has completed.'.PHP_EOL.
'There are '.($this->maxProcesses -1).' process(es) still active with '.
'There are '.($this->maxProcesses - 1).' process(es) still active with '.
(--$this->_workCount).' job(s) left in the queue.',
true
);