Skip to content

fix: return value for runQueue() #228

fix: return value for runQueue()

fix: return value for runQueue() #228

Triggered via pull request July 4, 2025 13:44
Status Success
Total duration 38s
Artifacts

infection.yml

on: pull_request
infection  /  Mutation Testing
32s
infection / Mutation Testing
Fit to window
Zoom out
Zoom in

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) {