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
The addMessage method on the Extractor class does not allow to add messages where some fields are null. But the definition of the IMessage interface allows null values for text, textPlural and context.
The text was updated successfully, but these errors were encountered:
The
addMessage
method on theExtractor
class does not allow to add messages where some fields are null. But the definition of theIMessage
interface allowsnull
values fortext
,textPlural
andcontext
.The text was updated successfully, but these errors were encountered: