Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Controller][ServiceValueResolver] Making method access case insensitive#28404
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
src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/ServiceValueResolver.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
ostrolucky commentedSep 8, 2018
Does this handle older AppBundle:Blog:list notation (notice no |
nicolas-grekas commentedSep 8, 2018
@ostrolucky the attached patch searches for only one |
nicolas-grekas commentedSep 9, 2018
Thank you@nicoweb. |
…se insensitive (nicoweb)This PR was merged into the 3.4 branch.Discussion----------[Controller][ServiceValueResolver] Making method access case insensitive| Q | A| ------------- | ---| Branch? | 3.4| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets |#28254| License | MIT| Doc PR | -Fix#28254 by making the method access insensitive in `ServiceValueResolver`.Commits-------cc6f827 [Controller][ServiceValueResolver] Making method access case insensitive
Fix#28254 by making the method access insensitive in
ServiceValueResolver.