minor #24373 [FrameworkBundle] Use PhpExtractor from Translation (nicolas-grekas)

This PR was merged into the 3.4 branch.

Discussion
----------

[FrameworkBundle] Use PhpExtractor from Translation

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

The FrameworkBundle's one is legacy, so triggers a deprecation notice.

Commits
-------

3d19fd9837 [FrameworkBundle] Use PhpExtractor from Translation
This commit is contained in:
Fabien Potencier 2017-09-29 07:01:06 -07:00
commit d2d9274823

View File

@ -121,7 +121,7 @@
<tag name="translation.dumper" alias="res" />
</service>
<service id="translation.extractor.php" class="Symfony\Bundle\FrameworkBundle\Translation\PhpExtractor">
<service id="translation.extractor.php" class="Symfony\Component\Translation\Extractor\PhpExtractor">
<tag name="translation.extractor" alias="php" />
</service>