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

"Cannot resolve symbol" for factory service, regression #791

Closed
zerkms opened this issue Sep 19, 2016 · 2 comments
Closed

"Cannot resolve symbol" for factory service, regression #791

zerkms opened this issue Sep 19, 2016 · 2 comments
Labels

Comments

@zerkms
Copy link

zerkms commented Sep 19, 2016

This worked before, but now the factory method is highlighted in red as an error

screenshot

The ctrl+click still leads to the proper method, since

  • rabbitmq.stream_connection is an instance of \PhpAmqpLib\Connection\AMQPStreamConnection
  • there is a \PhpAmqpLib\Connection\AMQPStreamConnection::create method declared

The auto-completion also works fine when I type the method parameter.

The same is reproducible with other factories as well.

Versions used:

  • Symfony Plugin v0.12.125
  • phpstorm v2016.2.1
@Haehnchen
Copy link
Owner

done and added better completion, too

@Haehnchen
Copy link
Owner

released

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

2 participants