composer(deps-dev): Bump phpunit/phpunit from 10.3.3 to 10.3.4 #1067
Annotations
1 warning
src/ValidationResult.php#L30
Escaped Mutant for Mutator "UnwrapArrayValues":
--- Original
+++ New
@@ @@
private readonly array $errors;
private function __construct(ValidationError ...$errors)
{
- $this->errors = \array_values($errors);
+ $this->errors = $errors;
}
public static function create(ValidationError ...$errors) : self
{
|
The logs for this run have expired and are no longer available.
Loading