-
-
Notifications
You must be signed in to change notification settings - Fork 176
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
FQN is not reported in property annotation #258
Comments
Hmm, the sniff does not check any doccomment but it should be possible very easy. I hope :) |
Thanks @kukulich. I checked out the commit above and enabled Most likely, I'm just doing something wrong. @Majkl578 could you please check this? |
Testing on ORM, seems to work, or at least report errors like:
For To enable, require <property name="searchAnnotations" type="boolean" value="true"/> and delete cache file |
Clearing cache worked for me:
Thank you @Majkl578. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Example script:
Actual output:
Expected output: line 8 should be reported as containing FQN as well.
Please see doctrine/dbal#3002 (comment) for the reference.
The text was updated successfully, but these errors were encountered: