Skip to content

Commit 4efb6e8

Browse files
committed
minor #8489 Update tags.rst (peyman-mohamadpour)
This PR was merged into the 3.3 branch. Discussion ---------- Update tags.rst Some minor update to clarify the concept of implementing an interface instead of extending it (like a super class). Commits ------- 1d7e716 Update tags.rst
2 parents a9bb03f + 1d7e716 commit 4efb6e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/tags.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ that it implements ``Twig_ExtensionInterface``) and adds the tag for you.
7272

7373
.. tip::
7474

75-
To apply a tag to all your autoconfigured services extending a class or an
75+
To apply a tag to all your autoconfigured services extending a class or implementing an
7676
interface, call the :method:`Symfony\\Component\\DependencyInjection\\ContainerBuilder::registerForAutoconfiguration`
7777
method in an :doc:`extension </bundles/extension>` or from your kernel::
7878

0 commit comments

Comments
 (0)