Commit d250db3
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
+12
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
95 | 106 | | |
96 | 107 | | |
97 | 108 | | |
| |||
0 commit comments