-
-
Notifications
You must be signed in to change notification settings - Fork 369
Breaking change missing in 5 to 6 upgrade #822
Copy link
Copy link
Closed
Description
Seems the signature of BaseConstraint has changed:
public function addError(?JsonPointer $path, $message, $constraint = '', ?array $more = null)
public function addError(ConstraintError $constraint, ?JsonPointer $path = null, array $more = []): void
Is that intentional? Guess the fact it isn't optional anymore is the problem there.
Reactions are currently unavailable