Skip to content

Commit be31007

Browse files
committed
minor #12458 Update dic_tags.rst (atailouloute)
This PR was merged into the 4.3 branch. Discussion ---------- Update dic_tags.rst The `PhpExtractor` in FrameworkBundle is removed in v4, but there is still a link to it. Commits ------- e56d6df Update dic_tags.rst
2 parents 0106fc9 + e56d6df commit be31007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/dic_tags.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,7 @@ file
927927
When executing the ``translation:update`` command, it uses extractors to
928928
extract translation messages from a file. By default, the Symfony Framework
929929
has a :class:`Symfony\\Bridge\\Twig\\Translation\\TwigExtractor` and a
930-
:class:`Symfony\\Bundle\\FrameworkBundle\\Translation\\PhpExtractor`, which
930+
:class:`Symfony\\Component\\Translation\\Extractor\\PhpExtractor`, which
931931
help to find and extract translation keys from Twig templates and PHP files.
932932

933933
You can create your own extractor by creating a class that implements

0 commit comments

Comments
 (0)