Skip to content

no conflict names (reserve _) #81

no conflict names (reserve _)

no conflict names (reserve _) #81

Triggered via push January 9, 2025 17:56
Status Success
Total duration 30s
Artifacts

test.yml

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

Annotations

16 warnings
PHP 8.3 test on ubuntu-24.04: src/Controller.php#L115
Escaped Mutant for Mutator "MethodCallRemoval": @@ @@ protected function assertRuntime(ReflectionActionInterface $reflection): void { $this->query(); - $this->body(); + $this->files(); } }
PHP 8.3 test on ubuntu-24.04: src/Controller.php#L116
Escaped Mutant for Mutator "MethodCallRemoval": @@ @@ { $this->query(); $this->body(); - $this->files(); + } }
PHP 8.3 test on ubuntu-24.04: src/ControllerName.php#L24
Escaped Mutant for Mutator "PublicVisibility": @@ @@ final class ControllerName implements ControllerNameInterface { use ControllerNameTrait; - public static function interface(): string + protected static function interface(): string { return ControllerInterface::class; } }
PHP 8.3 test on ubuntu-24.04: src/Headers.php#L56
Escaped Mutant for Mutator "ArrayOneItem": @@ @@ foreach ($this->getIterator() as $header) { $return[$header->name] = $header->value; } - return $return; + return count($return) > 1 ? array_slice($return, 0, 1, true) : $return; } /** * @return VectorInterface<Headers>
PHP 8.2 test on ubuntu-24.04: src/Controller.php#L115
Escaped Mutant for Mutator "MethodCallRemoval": @@ @@ protected function assertRuntime(ReflectionActionInterface $reflection): void { $this->query(); - $this->body(); + $this->files(); } }
PHP 8.2 test on ubuntu-24.04: src/Controller.php#L116
Escaped Mutant for Mutator "MethodCallRemoval": @@ @@ { $this->query(); $this->body(); - $this->files(); + } }
PHP 8.2 test on ubuntu-24.04: src/ControllerName.php#L24
Escaped Mutant for Mutator "PublicVisibility": @@ @@ final class ControllerName implements ControllerNameInterface { use ControllerNameTrait; - public static function interface(): string + protected static function interface(): string { return ControllerInterface::class; } }
PHP 8.2 test on ubuntu-24.04: src/Headers.php#L56
Escaped Mutant for Mutator "ArrayOneItem": @@ @@ foreach ($this->getIterator() as $header) { $return[$header->name] = $header->value; } - return $return; + return count($return) > 1 ? array_slice($return, 0, 1, true) : $return; } /** * @return VectorInterface<Headers>
PHP 8.1 test on ubuntu-24.04: src/Controller.php#L115
Escaped Mutant for Mutator "MethodCallRemoval": @@ @@ protected function assertRuntime(ReflectionActionInterface $reflection): void { $this->query(); - $this->body(); + $this->files(); } }
PHP 8.1 test on ubuntu-24.04: src/Controller.php#L116
Escaped Mutant for Mutator "MethodCallRemoval": @@ @@ { $this->query(); $this->body(); - $this->files(); + } }
PHP 8.1 test on ubuntu-24.04: src/ControllerName.php#L24
Escaped Mutant for Mutator "PublicVisibility": @@ @@ final class ControllerName implements ControllerNameInterface { use ControllerNameTrait; - public static function interface(): string + protected static function interface(): string { return ControllerInterface::class; } }
PHP 8.1 test on ubuntu-24.04: src/Headers.php#L56
Escaped Mutant for Mutator "ArrayOneItem": @@ @@ foreach ($this->getIterator() as $header) { $return[$header->name] = $header->value; } - return $return; + return count($return) > 1 ? array_slice($return, 0, 1, true) : $return; } /** * @return VectorInterface<Headers>
PHP 8.4 test on ubuntu-24.04: src/Controller.php#L115
Escaped Mutant for Mutator "MethodCallRemoval": @@ @@ protected function assertRuntime(ReflectionActionInterface $reflection): void { $this->query(); - $this->body(); + $this->files(); } }
PHP 8.4 test on ubuntu-24.04: src/Controller.php#L116
Escaped Mutant for Mutator "MethodCallRemoval": @@ @@ { $this->query(); $this->body(); - $this->files(); + } }
PHP 8.4 test on ubuntu-24.04: src/ControllerName.php#L24
Escaped Mutant for Mutator "PublicVisibility": @@ @@ final class ControllerName implements ControllerNameInterface { use ControllerNameTrait; - public static function interface(): string + protected static function interface(): string { return ControllerInterface::class; } }
PHP 8.4 test on ubuntu-24.04: src/Headers.php#L56
Escaped Mutant for Mutator "ArrayOneItem": @@ @@ foreach ($this->getIterator() as $header) { $return[$header->name] = $header->value; } - return $return; + return count($return) > 1 ? array_slice($return, 0, 1, true) : $return; } /** * @return VectorInterface<Headers>