Skip to content
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

@see tag is interpreted wrong #29

Closed
temp opened this issue Nov 3, 2016 · 3 comments
Closed

@see tag is interpreted wrong #29

temp opened this issue Nov 3, 2016 · 3 comments
Assignees
Labels

Comments

@temp
Copy link

temp commented Nov 3, 2016

I'm getting this warning on an analyzer-run:

Warning	"\Some\Namespace\Here\https://www.hipchat.com/docs/apiv2/method/get_room" is 
not a valid Fqsen. on line 75 ./src/some/namespace/here/Class.php

From the referenced api-doc:

/**
 * @see https://www.hipchat.com/docs/apiv2/method/get_room
 */

Looking at https://www.phpdoc.org/docs/latest/references/phpdoc/tags/see.html, the @see tag can either take a FQSEN, or an URI, which is wrongly interpreted here.

@mamuz mamuz added the bug label Mar 7, 2017
@mamuz
Copy link
Owner

mamuz commented Mar 26, 2017

Will be solved with phpDocumentor/ReflectionDocBlock#88

@mamuz mamuz self-assigned this Apr 2, 2017
@hoshomoh
Copy link

hoshomoh commented Nov 9, 2018

Any update on this issue. Seems its not resolved yet.

@mamuz
Copy link
Owner

mamuz commented Apr 10, 2019

will be fixed with next major

@mamuz mamuz closed this as completed Apr 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants