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
minor #15069 [Routing] add a warning about object as extra parameter in route (garak)
This PR was merged into the 4.4 branch.
Discussion
----------
[Routing] add a warning about object as extra parameter in route
As explained in [this issue](symfony/symfony#26992), objects are not converted to string when used as extra parameter.
I think that user should be warned about such behaviour, because failing to casting object is resulting in an empty query string, without any notice/warning/error.
Commits
-------
070c9bb add a warning about object as extra parameter in route
0 commit comments