Skip to content

Commit df3e2d1

Browse files
committed
minor #10218 Update service_container.rst (ismail1432)
This PR was submitted for the 4.1 branch but it was merged into the 3.4 branch instead (closes #10218). Discussion ---------- Update service_container.rst there was 2 `/` instead 1, I don't know if it's intentional Commits ------- 7160baf Update service_container.rst
2 parents c5d1e8a + 7160baf commit df3e2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ But, with ``autoconfigure: true``, you don't need the tag. In fact, if you're us
841841
the :ref:`Symfony Standard Edition services.yml config <service-container-services-load-example>`,
842842
you don't need to do *anything*: the service will be automatically loaded. Then,
843843
``autoconfigure`` will add the ``twig.extension`` tag *for* you, because your class
844-
implements ``Twig\\Extension\\ExtensionInterface``. And thanks to ``autowire``, you can even add
844+
implements ``Twig\Extension\ExtensionInterface``. And thanks to ``autowire``, you can even add
845845
constructor arguments without any configuration.
846846

847847
Of course, you can still :ref:`manually configure the service <services-manually-wire-args>`

0 commit comments

Comments
 (0)