fix: return value for runQueue()
#229
infection.yml
on: pull_request
infection
/
Mutation Testing
37s
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) {
|