Skip to content

version update

version update #15

Triggered via push October 8, 2024 01:13
Status Success
Total duration 5m 53s
Artifacts

infection.yml

on: push
Matrix: ci
Fit to window
Zoom out
Zoom in

Annotations

1 warning
ci (main, 8.3, mysqli): moodle/availability/condition/language/classes/condition.php#L125
Escaped Mutant for Mutator "LogicalNot": @@ @@ } } if ($not) { - return !$allow; + return $allow; } return $allow; }