mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 02:08:57 +00:00
Merge pull request #950 from NNTmux/analysis-zOGd9L
Apply fixes from StyleCI [ci skip] [skip ci]
This commit is contained in:
@@ -159,7 +159,6 @@ class Forking
|
||||
// Get work to fork.
|
||||
$this->getWork();
|
||||
|
||||
|
||||
// Process extra work that should not be forked and done after.
|
||||
$this->processEndWork();
|
||||
|
||||
@@ -924,7 +923,7 @@ class Forking
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
/**
|
||||
* Execute a shell command
|
||||
* Execute a shell command.
|
||||
*
|
||||
* @param string $command
|
||||
*/
|
||||
@@ -955,7 +954,7 @@ class Forking
|
||||
if (config('nntmux.echocli')) {
|
||||
$this->colorCli->header(
|
||||
'Process ID #'.$pid.' has completed.'.PHP_EOL.
|
||||
'There are '.(- 1).' process(es) still active with '.
|
||||
'There are '.(-1).' process(es) still active with '.
|
||||
(--$this->_workCount).' job(s) left in the queue.',
|
||||
true
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user