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
I have no problem changing the alias name, but I had no idea that this error could be triggered by that . I had to resort to putting $builder->getQuery(); after every line to see which line set it off :)
I’m using the latest versions of phpstan with 2.x versions of doctrine packages:
Hi,
this code fragment triggers a “Could not analyse QueryBuilder with dynamic arguments” error.
But as soon as I change the alias to be different from the relation name, the analyser stops raising the error:
I have no problem changing the alias name, but I had no idea that this error could be triggered by that . I had to resort to putting
$builder->getQuery();
after every line to see which line set it off :)I’m using the latest versions of phpstan with 2.x versions of doctrine packages:
The text was updated successfully, but these errors were encountered: