Skip to content

Commit ed2bca5

Browse files
committed
Fix namespace/filepath mismatch found by DOCtor-RST
- Fix FooExtractor filepath from src/Acme/DemoBundle/Translation to src/DemoBundle/Translation
1 parent 6b3228a commit ed2bca5

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
@@ -1101,7 +1101,7 @@ You can create your own extractor by creating a class that implements
11011101
and tagging the service with ``translation.extractor``. The tag has one
11021102
required option: ``alias``, which defines the name of the extractor::
11031103

1104-
// src/Acme/DemoBundle/Translation/FooExtractor.php
1104+
// src/DemoBundle/Translation/FooExtractor.php
11051105
namespace Acme\DemoBundle\Translation;
11061106

11071107
use Symfony\Component\Translation\Extractor\ExtractorInterface;

0 commit comments

Comments
 (0)