mamuz / PhpDependencyAnalysis

Static code analysis to find violations in a dependency graph
http://mamuz.github.io/PhpDependencyAnalysis/
MIT License
561 stars 45 forks source link

@see tag is interpreted wrong #29

Closed temp closed 5 years ago

temp commented 7 years ago

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 commented 7 years ago

Will be solved with https://github.com/phpDocumentor/ReflectionDocBlock/pull/88

hoshomoh commented 5 years ago

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

mamuz commented 5 years ago

will be fixed with next major