Conversation

deekumar24

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

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 . Already have an account? Sign in to comment
None yet

Successfully merging this pull request may close these issues.