8000 minor #16569 docs : update autowiring.rst (bsureau) · GromNaN/symfony-docs@768ae36 · GitHub
[go: up one dir, main page]

Skip to content

Commit 768ae36

Browse files
committed
minor symfony#16569 docs : update autowiring.rst (bsureau)
This PR was merged into the 4.4 branch. Discussion ---------- docs : update autowiring.rst Add missing `arguments` key in `services.yaml` code block example - [#dealing-with-multiple-implementations-of-the-same-type](https://symfony.com/doc/4.4/service_container/autowiring.html#dealing-with-multiple-implementations-of-the-same-type) section. Commits ------- b4eeb3b docs : update autowiring.rst
2 parents e9473c9 + b4eeb3b commit 768ae36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

service_container/autowiring.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,7 @@ the injection::
464464
465465
# If you wanted to choose the non-default service and do not
466466
# want to use a named autowiring alias, wire it manually:
467+
# arguments:
467468
# $transformer: '@App\Util\UppercaseTransformer'
468469
# ...
469470

0 commit comments

Comments
 (0)
0