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
while ($queryBuilderNode instanceof MethodCall) {
$queryBuilderNode = $queryBuilderNode->var;
}
doesn't work when the var is not a QueryBuilder initially.
I can work on a PR but I would need some recommendation about the purpose of this class and how to fix it. @ondrejmirtes
Is there a way to check the variable is a QueryBuilder ?
give me
In the same way
is giving
Dumped type: Doctrine\ORM\QueryBuilder
instead of a repository.If I manually remove the
QueryBuilderTypeSpecifyingExtension
, it fix my issue.The text was updated successfully, but these errors were encountered: