Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ilario-pierbattista committed Nov 10, 2023
1 parent 15b2f95 commit 20904c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Validation/ListOfValidation.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ function ($x) use ($k, &$results): void {
if (! empty($errors)) {
/** @var list<list<VError>> $errors */
$failures = Validation::failures(\array_merge(...$errors));

/** @var VP $failures */
return $failures;
}
Expand Down

0 comments on commit 20904c5

Please sign in to comment.