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
No exception inside JMS code. I do not expect to load any Annotations for library-internal usage unless they apply to my model.
Actual Result
AnnotationException
[Semantical Error] The annotation \"@generated\" in class JMS\\Serializer\\Type\\InnerParser was never imported. Did you maybe forget to add a \"use\" statement for this annotation?
The code in question in InnerParser is:
/**
* @internal
*
* @generated Use regenerate-parser.php to refresh this class.
*/
The text was updated successfully, but these errors were encountered:
Steps required to reproduce the problem
I'm running something like this inside a larger non-Symfony application:
I'm using
Expected Result
No exception inside JMS code. I do not expect to load any Annotations for library-internal usage unless they apply to my model.
Actual Result
The code in question in
InnerParser
is:The text was updated successfully, but these errors were encountered: