Skip to content

chore: Drop support for Symfony5 (#186) #183

chore: Drop support for Symfony5 (#186)

chore: Drop support for Symfony5 (#186) #183

Triggered via push October 29, 2023 09:24
Status Failure
Total duration 1m 14s
Artifacts

tests.yaml

on: push
Matrix: tests
Infection
59s
Infection
Check status
0s
Check status
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 3 warnings
Infection
Process completed with exit code 2.
Check status
Process completed with exit code 1.
Infection: src/Input/DecoratesInput.php#L48
Escaped Mutant for Mutator "FalseValue": --- Original +++ New @@ @@ { return $this->input->getFirstArgument(); } - public function hasParameterOption(string|array $values, bool $onlyParams = false) : bool + public function hasParameterOption(string|array $values, bool $onlyParams = true) : bool { return $this->input->hasParameterOption(...func_get_args()); }
Infection: src/Output/DecoratesOutput.php#L43
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ { $this->output->write(...func_get_args()); } - public function writeln(string|iterable $messages, int $options = 0) : void + public function writeln(string|iterable $messages, int $options = -1) : void { $this->output->writeln(...func_get_args()); }
Infection: src/Output/DecoratesOutput.php#L43
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ { $this->output->write(...func_get_args()); } - public function writeln(string|iterable $messages, int $options = 0) : void + public function writeln(string|iterable $messages, int $options = 1) : void { $this->output->writeln(...func_get_args()); }