You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating the plugin to version 2.0.1, the suggestion of columns in the getBy method§s conditions field stopped working (Cannot find declaration to go to), and it is not possible to click on the property in the entity as with other methods (findBy, orderBy, ...)
The version of PhpStorm used is 2024.3.2, Orm and Dbal version 5.0
The text was updated successfully, but these errors were encountered:
I see, the $this was a repository, right? It wasn't working in complex expressions like $repo->findBy()->findBy(...) or $entity->relationship->toCollection()->findBy(...)
After updating the plugin to version 2.0.1, the suggestion of columns in the getBy method§s conditions field stopped working (Cannot find declaration to go to), and it is not possible to click on the property in the entity as with other methods (findBy, orderBy, ...)
The version of PhpStorm used is 2024.3.2, Orm and Dbal version 5.0
The text was updated successfully, but these errors were encountered: