Skip to content

Commit b4eeb3b

Browse files
authored
docs : update autowiring.rst
Add missing `arguments` key in `services.yaml` code block example - `#dealing-with-multiple-implementations-of-the-same-type` section.
1 parent 1b0cd02 commit b4eeb3b

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)