Enhancement: Allow installation of justinrainbow/json-schema:^6.0.0
#1556
Annotations
1 warning
Run mutation tests with Xdebug and infection/infection:
src/ValidationResult.php#L30
Escaped Mutant for Mutator "UnwrapArrayValues":
--- Original
+++ New
@@ @@
private array $errors;
private function __construct(ValidationError ...$errors)
{
- $this->errors = \array_values($errors);
+ $this->errors = $errors;
}
public static function create(ValidationError ...$errors) : self
{
|
Loading