Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[TwigBridge] Fix casing of getCurrentRoute/getCurrentRouteParameters methods#48434
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
carsonbot commentedDec 1, 2022
Hey! Thanks for your PR. You are targeting branch "6.2" but it seems your PR description refers to branch "6.3 for features / 5.4, 6.0, 6.1, or 6.2 for bug fixes ". Cheers! Carsonbot |
Well, looks like I broke Carson... 😬 |
Thank you@Kocal. |
Uh oh!
There was an error while loading.Please reload this page.
Following of#47535, those two methods were named like this in order to get
app.current_routeandapp.current_route_parameters, however PHPStorm autocomplete forapp.current_Routeandapp.current_Route_Parameters.I'm not sure if this is a PHPStorm-only issue or not.
Before:

After:
