From fb2520dca35597a55d10249b5df718bbf974ff2c Mon Sep 17 00:00:00 2001 From: DariusIII Date: Thu, 28 Mar 2019 08:40:04 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- Blacklight/libraries/Forking.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Blacklight/libraries/Forking.php b/Blacklight/libraries/Forking.php index 7cc053653..3cc6e0dc5 100755 --- a/Blacklight/libraries/Forking.php +++ b/Blacklight/libraries/Forking.php @@ -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 );