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 only used code like $response = new Response(…); in Symfony where return $response was mandatory and it thinks that it's the same when HttpFoundation is used as a component.
Should HttpFoundation examples show calls to return $response;?