Skip to content

fix: return value for runQueue() #229

fix: return value for runQueue()

fix: return value for runQueue() #229

Triggered via pull request July 4, 2025 14:02
Status Success
Total duration 43s
Artifacts

infection.yml

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

Annotations

1 warning
infection / Mutation Testing: src/Task.php#L307
Escaped Mutant for Mutator "ProtectedVisibility": @@ @@ * * @return bool Status of the queue push */ - protected function runQueue() + private function runQueue() { $queueAction = $this->getAction(); if ($this->singleInstance) {