Skip to content

chore: Drop support for psr/log v1 #188

chore: Drop support for psr/log v1

chore: Drop support for psr/log v1 #188

Triggered via pull request October 29, 2023 10:11
Status Failure
Total duration 2m 4s
Artifacts

tests.yaml

on: pull_request
Matrix: tests
Infection
58s
Infection
Check status
3s
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()); }