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
So while indeed the "select" part is overwritten, the "from" stays. Is that warning intended in this case? I feel like this would be the normal way to implement this method in a Repository extending from ServiceEntityRepository.
The text was updated successfully, but these errors were encountered:
arneee
changed the title
Inspecition: revious QueryBuilder method call should be removed, because is overwritten here
Inspecition: Previous QueryBuilder method call should be removed, because is overwritten here not fully correct
Jun 26, 2022
arneee
changed the title
Inspecition: Previous QueryBuilder method call should be removed, because is overwritten here not fully correct
Inspection: Previous QueryBuilder method call should be removed, because is overwritten here not fully correct?
Jun 26, 2022
Hi,
In the Paid version a repository method like this triggers a warning:
Warning: Symfony: Previous QueryBuilder method call should be removed, because is overwritten here
The createQueryBuilder ´from ServiceEntityRepository contains the following:
So while indeed the "select" part is overwritten, the "from" stays. Is that warning intended in this case? I feel like this would be the normal way to implement this method in a Repository extending from ServiceEntityRepository.
The text was updated successfully, but these errors were encountered: