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
Since #1520, autocompletion on results of base ServiceEntityRepository class (find(), findOneBy(), findAll(), findBy()) is not working anymore on PHPStorm.
My setup :
PHPStorm 2024.1
Symfony plugin 2023.1.271
ORM 2.19.5 (same issue with ORM 3.x)
The text was updated successfully, but these errors were encountered:
Since #1520, autocompletion on results of base
ServiceEntityRepository
class (find()
,findOneBy()
,findAll()
,findBy()
) is not working anymore on PHPStorm.My setup :
PHPStorm 2024.1
Symfony plugin 2023.1.271
ORM 2.19.5 (same issue with ORM 3.x)
The text was updated successfully, but these errors were encountered: