Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.2k
Fix typo in documentation: changed "controller" to "number" method#21053
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
Updated the line that incorrectly instructed to create a "controller" method. Replaced it with "number" method to align with the actual example context.Original:To do that, create a "Controller" class and a "controller" method inside of it:Updated:To do that, create a "Controller" class and a "number" method inside of it:
Thanks@deekumar24! We merged your other PR#21052 which fixed this in a lower branch. When merging changes, we "upmerge" them in all supported branches automatically. So, the change you made in#21052 is also merged into 8.0 branch and there's no need to merge this PR too. That's why we're closing it without merge. The general rule (for both code and docs) is that bugs should only be fixed in the oldest maintained branch that contains the error. See alsohttps://symfony.com/releases#maintained-symfony-branches |
Updated the line that incorrectly instructed to create a "controller" method. Replaced it with "number" method to align with the actual example context.
Original:
To do that, create a "Controller" class and a "controller" method inside of it:
Updated:
To do that, create a "Controller" class and a "number" method inside of it: