Commit e37bf14
committed
minor #43612 [BrowserKit][HttpClient][Routing] support building query strings with stringables (nicolas-grekas, OskarStark)
This PR was merged into the 5.4 branch.
Discussion
----------
[BrowserKit][HttpClient][Routing] support building query strings with stringables
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | no
| New feature? | yes (minor)
| Deprecations? | no
| Tickets | Fix #26992
| License | MIT
| Doc PR | -
Allows using eg an instance of `Uid` as a route parameter.
Replaces #42057
Commits
-------
65e2caca30 Add check and tests for public properties
ab38bb8b6c [BrowserKit][HttpClient][Routing] support building query strings with stringables1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments