Closed dbu closed 2 years ago
hm, seems to be an esoteric problem. it works on our CI server, just not in my docker machine. i will try to figure out our setup problem.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Bug report
I have entities with doctrine annotations:
when i run phpstan, it chokes on a annotation parsing error:
we use the doctrine phpstan plugin. doctrine itself is happy with the annotations.
Code snippet that reproduces the problem
when i put just that class annotation into the phpstan try website, the check passes. is the doctrine plugin active there? is it maybe missing more things to run into the problem.
Expected output
I think the annotation is fine. if it is not, phpstan should output an error report, and not run into an internal error
Did PHPStan help you today? Did it make you happy in any way?
I am upgrading all my vendors in a large application. This would be a nightmare without phpstan pointing out where changes in the dependencies mean I should adjust my code. Thanks for that!