Skip to content

Commit 5bc4c4e

Browse files
Update 3.3-di-changes.rst
As suggested by #8230 (review)
1 parent 78fcf0a commit 5bc4c4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/3.3-di-changes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ In this case, you've created a class that implements ``EventSubscriberInterface`
433433
and registered it as a service. This is more than enough for the container to know
434434
that you want this to be used as an event subscriber: more configuration is not needed.
435435
And the tags system is its own, Symfony-specific mechanism. And of course, you can
436-
always set ``autoconfigure`` to ``false`` (=default) in ``services.yml``, or disable it for a specific
436+
always set ``autoconfigure`` to ``false`` in ``services.yml``, or disable it for a specific
437437
service.
438438

439439
Does this mean tags are dead? Does this work for all tags?

0 commit comments

Comments
 (0)