Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[FrameworkBundle] add autowiring aliases for TranslationReaderInterface, ExtractorInterface & TranslationWriterInterface#25701
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
chalasr commentedJan 6, 2018
We already merged similar changes as features and others as bug fixes on 3.4. What should be the rule? I think it's fine as a bug fix. |
nicolas-grekas left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I'd prefer master as is now, to move 3.4 to strictly bug fixes. But if you have arguments for 3.4, I won't really object personally.
nicolas-grekas commentedJan 7, 2018
Thank you@Nijusan. |
…onReaderInterface, ExtractorInterface & TranslationWriterInterface (Dennis Langen)This PR was merged into the 4.1-dev branch.Discussion----------[FrameworkBundle] add autowiring aliases for TranslationReaderInterface, ExtractorInterface & TranslationWriterInterface| Q | A| ------------- | ---| Branch? | master| Bug fix? | no| New feature? | yes| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets |#25679| License | MIT| Doc PR |Supporting#25679Commits-------e2ddc17 adding interface alias for reader, writer and extractor
Supporting#25679