Skip to content

Commit adfeaf9

Browse files
committed
minor #8141 Update 3.3-di-changes.rst (StrikerEureka)
This PR was submitted for the master branch but it was merged into the 3.3 branch instead (closes #8141). Discussion ---------- Update 3.3-di-changes.rst Confusion between 'autoconfigure' and 'autowire' ? Commits ------- c8081c7 Update 3.3-di-changes.rst
2 parents fc21389 + c8081c7 commit adfeaf9

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 default ``autowire`` to false in ``services.yml``, or disable it for a specific
436+
always default ``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)