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

Commit89e42e6

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 introductionI 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 parentsd932e5f +c84cff8 commit89e42e6

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 youthe correct services. Symfony's autowiring is designed to be predictable:
10-
if itisnot 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 passesthe correct services to each method. Symfony's
10+
autowiringisdesigned to be predictable: if it is not absolutely clear which
11+
dependency should be passed, you'll see anactionable exception.
1212

1313
..tip::
1414

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp