Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
DariusIII
2019-03-28 13:30:36 +00:00
committed by StyleCI Bot
parent 9213389d1f
commit 78cbc2b6ce
+2 -2
View File
@@ -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();
}