fix: return value for runQueue()
#228
infection.yml
on: pull_request
infection
/
Mutation Testing
32s
Annotations
1 warning
|
infection / Mutation Testing:
src/Task.php#L305
Escaped Mutant for Mutator "ProtectedVisibility":
@@ @@
/**
* Sends a job to the queue.
*/
- protected function runQueue()
+ private function runQueue()
{
$queueAction = $this->getAction();
if ($this->singleInstance) {
|