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

URL is not a valid Fqsen #64

Closed
unional opened this issue Feb 3, 2017 · 2 comments
Closed

URL is not a valid Fqsen #64

unional opened this issue Feb 3, 2017 · 2 comments

Comments

@unional
Copy link

unional commented Feb 3, 2017

/**
 * Some desc
 * @see http://google.com
 */
function foo() { ... }

Complains: `"\http://google.com" is not a valid Fqsen.

@felixfbecker
Copy link
Owner

Note: This is just the VS Code extension that spawns the actual language server. The language server itself is implemented purely in PHP in its own repository, all features need to be implemented there and all issues should be reported there.

https://github.com/felixfbecker/php-language-server/issues?utf8=%E2%9C%93&q=url%20not%20a%20valid%20fqsen%20

@unional
Copy link
Author

unional commented Feb 3, 2017

Thanks @felixfbecker 🌷 Didn't know where to start the issue. 😛

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants