-
-
Notifications
You must be signed in to change notification settings - Fork 137
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
ClassCastException in the Doctrine QueryBuilder autocompletion #278
Comments
I can confirm this error, almost every day I get this message... com.jetbrains.php.lang.psi.elements.impl.PhpClassImpl cannot be cast to com.jetbrains.php.lang.psi.elements.Variable: com.jetbrains.php.lang.psi.elements.impl.PhpClassImpl cannot be cast to com.jetbrains.php.lang.psi.elements.Variable com.jetbrains.php.lang.psi.elements.impl.PhpClassImpl cannot be cast to com.jetbrains.php.lang.psi.elements.Variable: com.jetbrains.php.lang.psi.elements.impl.PhpClassImpl cannot be cast to com.jetbrains.php.lang.psi.elements.Variable java.lang.ClassCastException: com.jetbrains.php.lang.psi.elements.impl.PhpClassImpl cannot be cast to com.jetbrains.php.lang.psi.elements.Variable java.lang.ClassCastException: com.jetbrains.php.lang.psi.elements.impl.PhpClassImpl cannot be cast to com.jetbrains.php.lang.psi.elements.Variable |
just a missing if-statement. will go with #274 at weekend |
environment: PhpStorm 7.1.3, Symfony2 plugin 0.10.54
Here is the stack trace:
The text was updated successfully, but these errors were encountered: