Skip to content

php 8.4

php 8.4 #72

Triggered via push November 21, 2024 13:35
Status Success
Total duration 2m 43s
Artifacts

test.yml

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

Annotations

8 warnings
PHP 8.4 test on ubuntu-latest: src/Controller.php#L109
Escaped Mutant for Mutator "MethodCallRemoval": @@ @@ protected function assertRuntime(ReflectionActionInterface $reflection): void { $this->query(); - $this->body(); + $this->files(); } }
PHP 8.4 test on ubuntu-latest: src/Controller.php#L110
Escaped Mutant for Mutator "MethodCallRemoval": @@ @@ { $this->query(); $this->body(); - $this->files(); + } }
PHP 8.3 test on ubuntu-latest: src/Controller.php#L109
Escaped Mutant for Mutator "MethodCallRemoval": @@ @@ protected function assertRuntime(ReflectionActionInterface $reflection): void { $this->query(); - $this->body(); + $this->files(); } }
PHP 8.3 test on ubuntu-latest: src/Controller.php#L110
Escaped Mutant for Mutator "MethodCallRemoval": @@ @@ { $this->query(); $this->body(); - $this->files(); + } }
PHP 8.2 test on ubuntu-latest: src/Controller.php#L109
Escaped Mutant for Mutator "MethodCallRemoval": @@ @@ protected function assertRuntime(ReflectionActionInterface $reflection): void { $this->query(); - $this->body(); + $this->files(); } }
PHP 8.2 test on ubuntu-latest: src/Controller.php#L110
Escaped Mutant for Mutator "MethodCallRemoval": @@ @@ { $this->query(); $this->body(); - $this->files(); + } }
PHP 8.1 test on ubuntu-latest: src/Controller.php#L109
Escaped Mutant for Mutator "MethodCallRemoval": @@ @@ protected function assertRuntime(ReflectionActionInterface $reflection): void { $this->query(); - $this->body(); + $this->files(); } }
PHP 8.1 test on ubuntu-latest: src/Controller.php#L110
Escaped Mutant for Mutator "MethodCallRemoval": @@ @@ { $this->query(); $this->body(); - $this->files(); + } }