-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[HttpKernel] Support Uid
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I guess unit tests covering this new feature will be required for it to be accepted. |
Ok, but I don't know how to do it :/. |
Maybe take a look at the current tests? Mostly it's a good starting point |
The test I wrote failed because |
I changed it to |
Please add a changelog entry |
It's done ! |
@seb-jean You need to rebase as we don't merge PRs with a merge commit. |
src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/QueryParameterValueResolver.php
Outdated
Show resolved
Hide resolved
576d856
to
ee695b0
Compare
I just rebased. |
Hello, are there any changes I still need to make? |
ee695b0
to
9366905
Compare
9366905
to
9fd614a
Compare
Thank you @seb-jean. |
I added support
Uid
in#[MapQueryParameter]
. To use it, you must do this: