Skip to content

Conversation

@desmax
Copy link
Contributor

@desmax desmax commented Nov 5, 2018

Q A
Branch? master
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #29089
License MIT

While autowiring Translator using Symfony\Contracts\Translation\TranslatorInterface symfony complains that wrong service was injected, because LoggingTranslator does not implement new interface.

@nicolas-grekas nicolas-grekas added this to the 4.2 milestone Nov 5, 2018
@nicolas-grekas
Copy link
Member

Thank you @desmax.

@nicolas-grekas nicolas-grekas merged commit 65f321f into symfony:master Nov 6, 2018
nicolas-grekas added a commit that referenced this pull request Nov 6, 2018
…lation\TranslatorInterface (desmax)

This PR was merged into the 4.2-dev branch.

Discussion
----------

LoggingTranslator should implement Symfony\Contracts\Translation\TranslatorInterface

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #29089
| License       | MIT

While autowiring Translator using `Symfony\Contracts\Translation\TranslatorInterface` symfony complains that wrong service was injected, because LoggingTranslator does not implement new interface.

Commits
-------

65f321f LoggingTranslator should implement Symfony\Contracts\Translation\TranslatorInterface
@fabpot fabpot mentioned this pull request Nov 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants