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
------ -------------------------------------------------------------------------------------------------------------------
Line src/Repository/FooRepository.php
------ -------------------------------------------------------------------------------------------------------------------
64 QueryBuilder: [Semantical Error] line 0, col 13 near 'bar, baz,': Error: 'bar' is not defined.
🪪 doctrine.dql
------ -------------------------------------------------------------------------------------------------------------------
Activity
ServerExe commentedon Jan 27, 2025
Same here. When using private methods to join tables but using the joined aliases in the
select([])
method, PHPStan complains.Example:
It complains:
These are my methods:
Side note: Reason why I am using
sprintf()
is because actually I am using constants but for presentation reasons here I used pure strings.