Commit 5e0c67a
committed
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 route1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1880 | 1880 | | |
1881 | 1881 | | |
1882 | 1882 | | |
| 1883 | + | |
| 1884 | + | |
| 1885 | + | |
| 1886 | + | |
| 1887 | + | |
| 1888 | + | |
| 1889 | + | |
| 1890 | + | |
1883 | 1891 | | |
1884 | 1892 | | |
1885 | 1893 | | |
| |||
0 commit comments