8000 feature #12294 scope singly-implemented interfaces detection by file … · symfony/symfony-docs@17cd6d9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 17cd6d9

Browse files
committed
feature #12294 scope singly-implemented interfaces detection by file (daniel-iwaniec)
This PR was merged into the 4.4 branch. Discussion ---------- scope singly-implemented interfaces detection by file Documentation change for symfony/symfony#33350 This is probably the only place where automatically registering singly implemented interfaces is referenced. Commits ------- ae343bc scope singly-implemented interfaces detection by file
2 parents 15344cb + ae343bc commit 17cd6d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/autowiring.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ dealing with the ``TransformerInterface``.
368368

369369
When using a `service definition prototype`_, if only one service is
370370
discovered that implements an interface, and that interface is also
371-
discovered at the same time, configuring the alias is not mandatory
371+
discovered in the same file, configuring the alias is not mandatory
372372
and Symfony will automatically create one.
373373

374374
Dealing with Multiple Implementations of the Same Type

0 commit comments

Comments
 (0)
0