Skip to content

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

deekumar24
Copy link
Contributor

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:

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:
@carsonbot carsonbot added this to the 8.0 milestone Jun 5, 2025
@javiereguiluz
Copy link
Member

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 also https://symfony.com/releases#maintained-symfony-branches

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants