Skip to content

Commit 2075959

Browse files
committed
-
1 parent ca3ecf1 commit 2075959

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

service_container/autowiring.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -738,9 +738,9 @@ attribute. By doing so, the callable will automatically be lazy, which means
738738
that the encapsulated service will be instantiated **only** at the
739739
closure's first call.
740740

741-
:class:`Symfony\Component\DependencyInjection\Attribute\\AutowireMethodOf`
742-
provides a simpler way of specifying the name of the service method by using
743-
the property name as method name::
741+
The :class:`Symfony\\Component\\DependencyInjection\\Attribute\\AutowireMethodOf`
742+
attribute provides a simpler way of specifying the name of the service method
743+
by using the property name as method name::
744744

745745
// src/Service/MessageGenerator.php
746746
namespace App\Service;

0 commit comments

Comments
 (0)