You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the documentation states that the only parameters passed to the callback are the validated object (if callback is not concete) and the ExecutionContextInterface.
However since symfony/symfony#16909 the payload is passed as well.
The examples show this correctly (added with #6593) but the description does not