Fix: Do not configure platform
#1199
Annotations
1 warning
Run mutation tests with Xdebug and infection/infection:
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