mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 09:48:55 +00:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
@@ -657,7 +657,7 @@ class Forking
|
||||
})->catch(function (\Throwable $exception) {
|
||||
// Handle exception
|
||||
});
|
||||
--$count;
|
||||
$count--;
|
||||
} elseif ($type !== '' && $type === 'pp_additional ') {
|
||||
$pid = $pool->add(function () use ($group, $type) {
|
||||
$this->_executeCommand($this->dnr_path.$type.$group->id.(isset($group->renamed) ? (' '.$group->renamed) : '').'"');
|
||||
@@ -666,7 +666,7 @@ class Forking
|
||||
})->catch(function (\Throwable $exception) {
|
||||
// Handle exception
|
||||
});
|
||||
--$count;
|
||||
$count--;
|
||||
$this->exit($pid->getPid());
|
||||
$pool->wait();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user