8000 Merge branch '4.4' into 5.0 · symfony/symfony-docs@7ecdba0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7ecdba0

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: Remove redundant "by default" in autowiring.rst
2 parents 36eac11 + f2190aa commit 7ecdba0

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
@@ -390,7 +390,7 @@ Additionally, you can define several named autowiring aliases if you want to use
390390
one implementation in some cases, and another implementation in some
391391
other cases.
392392

393-
For instance, you may want to use by default the ``Rot13Transformer``
393+
For instance, you may want to use the ``Rot13Transformer``
394394
implementation by default when the ``TransformerInterface`` interface is
395395
type hinted, but use the ``UppercaseTransformer`` implementation in some
396396
specific cases. To do so, you can create a normal alias from the

0 commit comments

Comments
 (0)
0