Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Closed
deekumar24 wants to merge1 commit intosymfony:8.0fromdeekumar24:patch-2

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:
@carsonbotcarsonbot added this to the8.0 milestoneJun 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 alsohttps://symfony.com/releases#maintained-symfony-branches

deekumar24 reacted with thumbs up emoji

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Projects
None yet
Milestone
8.0
Development

Successfully merging this pull request may close these issues.

3 participants
@deekumar24@javiereguiluz@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp