You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
arnaud-lb
added a commit
to arnaud-lb/JMSTranslationBundle
that referenced
this issue
Feb 9, 2019
TranslationContainerInterface::getTranslationMessages()
has a return type annotation ofarray<Message>
, howeverMessage
is not imported. As a result, it refers to the non-existant FQCNJMS\TranslationBundle\Translation\Message
instead ofJMS\TranslationBundle\Translation\Model\Message
.The text was updated successfully, but these errors were encountered: