-
Notifications
You must be signed in to change notification settings - Fork 236
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
@phpcsSuppress annotation is not being ignored. #277
Comments
Can you write a test case reproducing this, please? |
the PR was merged in master, not in 1.7 |
@stof @Ocramius Yes, You're right it was targeted at I forgot to mention that release notes for 1.7.0 mentions adding this annotation to ignore list. https://github.com/doctrine/annotations/releases/tag/v1.7.0 I'll try to issue PR with repro test case later. |
If it's only in |
I've added PR that should fix this targeted at Without a test-case for now. Will do that later today. |
As mentioned in the PR, I'll have to double-check why the PR was added to the 1.7 milestone but is not contained in the release. Since the code is already in master, there's no need for an additional PR. |
@alcaeus Do we have any info on this issue ? My PR has been canceled since |
Sorry for the delay, and even more sorry for the mishap. It looks like there were three pull requests that were merged to master after we split off a 1.7 branch and were never backported to 1.7, but flagged for the 1.7 milestone. This affects #229, #230, and #235. I'll backport these to the 1.8 branch and tag a new release next week. I might get to that before then, but can't make any guarantees. If you'd like to backport these yourself, feel free to give it a shot and create separate pull requests to the 1.8 branch for these. I've just pushed a new 1.8 branch, so feel free to add it there. To avoid this in the future, I've also set the new default branch of the repository to 1.8, as the 2.0 version is still in heavy development, so new features should first target the 1.x release line until we've got a better plan of action for 2.0. |
@alcaeus Thank You ! I'll issue a backport PR to |
Thanks for your work @phpeek! 1.8.0 with the missing features will be released soon. I'll make sure to merge up to master before releasing, so give me a few moments to make sure we're not leaving anything behind or breaking anything else :) |
I'm using
v1.7.0
of this library and seeing this issue.@phpcsSuppress
is not being ignored.I see that PR that's ignoring it has been merged long time ago - #229
The text was updated successfully, but these errors were encountered: