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
The $callbacks are eventually passed to addDequeuerAwareCall, which
expects a string, not a Reference object. In Symfony 3, the Reference
was cast to a string, which returned the id, so it worked.
0 commit comments