Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid type annotation for the return value of getTranslationMessages() #508

Closed
arnaud-lb opened this issue Feb 7, 2019 · 0 comments · Fixed by #509
Closed

Invalid type annotation for the return value of getTranslationMessages() #508

arnaud-lb opened this issue Feb 7, 2019 · 0 comments · Fixed by #509

Comments

@arnaud-lb
Copy link
Contributor

Q A
Bundle version master

TranslationContainerInterface::getTranslationMessages() has a return type annotation of array<Message>, however Message is not imported. As a result, it refers to the non-existant FQCN JMS\TranslationBundle\Translation\Message instead of JMS\TranslationBundle\Translation\Model\Message.

arnaud-lb added a commit to arnaud-lb/JMSTranslationBundle that referenced this issue Feb 9, 2019
arnaud-lb added a commit to arnaud-lb/JMSTranslationBundle that referenced this issue Feb 9, 2019
goetas added a commit that referenced this issue Feb 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant