Skip to content

Commit 89e42e6

Browse files
committed
minor #8606 Minor reword in autowiring introduction (javiereguiluz)
This PR was merged into the 3.3 branch. Discussion ---------- Minor reword in autowiring introduction I used this in the reword of the Best Practices docs and Fabien [added this comment](#8599 (comment)) because he didn't like a phrase of this paragraph. This PR changes that too here. Commits ------- c84cff8 Minor reword in autowiring introduction
2 parents d932e5f + c84cff8 commit 89e42e6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

service_container/autowiring.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
Defining Services Dependencies Automatically (Autowiring)
55
=========================================================
66

7-
Autowiring allows you to manage services in the container with minimal configuration.
8-
It reads the type-hints on your constructor (or other methods) and automatically
9-
passes you the correct services. Symfony's autowiring is designed to be predictable:
10-
if it is not absolutely clear which dependency should be passed, you'll see an
11-
actionable exception.
7+
Autowiring allows you to manage services in the container with minimal
8+
configuration. It reads the type-hints on your constructor (or other methods)
9+
and automatically passes the correct services to each method. Symfony's
10+
autowiring is designed to be predictable: if it is not absolutely clear which
11+
dependency should be passed, you'll see an actionable exception.
1212

1313
.. tip::
1414

0 commit comments

Comments
 (0)