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
Description
I'm trying to pass a variable named 'email' to Twig via ->context(). Causing preg_match() in Generator/UrlGenerator.php:179 to fail with "Warning: preg_match() expects parameter 2 to be string, object given"
Debugging the email var shows, that it somehow became a WrappedTemplatedEmail object.