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 don't understand what you mean. The default value of a method is always hardcoded: if you want to change it, the way to do it is to pass a value to the method instead of relying on the default
The redirect and redirectToRoute methods from the Controller are using hardcoded default status code:
https://github.com/symfony/symfony/blob/2.8/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php
Can we use the constant values from Symfony\Component\HttpFoundation\Response instead?
The text was updated successfully, but these errors were encountered: