-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Some typos #8230
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
Some typos #8230
Conversation
service_container/3.3-di-changes.rst
Outdated
@@ -433,7 +433,7 @@ In this case, you've created a class that implements ``EventSubscriberInterface` | |||
and registered it as a service. This is more than enough for the container to know | |||
that you want this to be used as an event subscriber: more configuration is not needed. | |||
And the tags system is its own, Symfony-specific mechanism. And of course, you can | |||
always default ``autoconfigure`` to false in ``services.yml``, or disable it for a specific | |||
always set ``autoconfigure`` to ``false`` (=default) in ``services.yml``, or disable it for a specific |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd remove the (=default)
mention here because we already explain the default config before in this article.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes this line changes should be reverted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, see 5bc4c4e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would keep "default" instead of "set" since it's meant to be under _default
key.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"default" is not a verb you can use in this context.
As suggested by symfony#8230 (review)
Thank you @ThomasLandauer. |
No description provided.