8000 - · symfony/symfony-docs@246a19d · GitHub
[go: up one dir, main page]

Skip to content

Commit 246a19d

Browse files
committed
-
1 parent d5868cd commit 246a19d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

service_container/autowiring.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,8 +355,8 @@ To fix that, add an :ref:`alias <service-autowiring-alias>`:
355355
356356
$services->set(Rot13Transformer::class);
357357
358-
// the `App\Util\Rot13Transformer` service will be injected when
359-
// an `App\Util\TransformerInterface` type-hint is detected
358+
// the App\Util\Rot13Transformer service will be injected when
359+
// an App\Util\TransformerInterface type-hint is detected
360360
$services->alias(TransformerInterface::class, Rot13Transformer::class);
361361
};
362362

0 commit comments

Comments
 (0)
0