If I have a @see tag with a URL like @see http://someurl I get warning like [php] "\Current\Namesapce\http://someurl is not a valid Fqsen.
As per phpDocumentor's manual the @see can be of form @see [URI | FQSEN] [<description>]. So the error/warning shown is incorrect.