-
-
Notifications
You must be signed in to change notification settings - Fork 131
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
Semantical error while parsing annotations between patch-versions #113
Comments
Thank you for the report. I have just opened doctrine/annotations#308 to ask for clarification from the Doctrine team on what should be done here. |
Which version of |
@andrew-demb, i don't use them directly but some packages installed |
Per doctrine/annotations#308 we should probably prefix |
@jarstelfox, thanks for the update! Upgrading |
Hello!
I've upgraded this library from
1.7.2
to1.7.4
and see errors like "The annotation "@template" in class MyCLabs\Enum\Enum was never imported. Did you maybe forget to add a "use" statement for this annotation?". Usingphp:7.3.14
andsymfony:4.4.*
.How to fix that? Hardcode
myclabs/php-enum:1.7.2
version? Or, BC changes need to raise major version? Or, require some additional package like psalm (don't know anything about it)?The text was updated successfully, but these errors were encountered: