Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[HttpKernel] SupportUid in#[MapQueryParameter]#58717
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
alexandre-daubois commentedOct 30, 2024
I guess unit tests covering this new feature will be required for it to be accepted. |
seb-jean commentedOct 30, 2024
Ok, but I don't know how to do it :/. |
OskarStark commentedOct 31, 2024
Maybe take a look at the current tests? Mostly it's a good starting point |
seb-jean commentedNov 1, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
The test I wrote failed because |
seb-jean commentedNov 6, 2024
I changed it to |
OskarStark commentedJan 5, 2025
Please add a changelog entry |
seb-jean commentedJan 6, 2025
It's done ! |
fabpot commentedJan 6, 2025
@seb-jean You need to rebase as we don't merge PRs with a merge commit. |
src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/QueryParameterValueResolver.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
576d856 toee695b0Compareseb-jean commentedJan 18, 2025
I just rebased. |
seb-jean commentedJan 31, 2025
Hello, are there any changes I still need to make? |
ee695b0 to9366905Compare9366905 to9fd614aComparefabpot commentedFeb 7, 2025
Thank you@seb-jean. |
c4ee8fd intosymfony:7.3Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
I added support
Uidin#[MapQueryParameter]. To use it, you must do this: