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
I noticed that in 6.3.0 version of the Validator, the ExecutionContextInterface got it's public method signatures updated to add a return type: symfony/validator@c2801bc.
This breaks any implementation of the ExecutionContextInterface. AFAIK, minors should not make changes to public APIs no?