Skip to content

Commit 2fd0784

Browse files
janedbalondrejmirtes
authored andcommitted
Ignore FCC
1 parent b3412ed commit 2fd0784

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Type/Doctrine/QueryBuilder/ReturnQueryBuilderExpressionTypeResolverExtension.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ public function getType(Expr $expr, Scope $scope): ?Type
3434
return null;
3535
}
3636

37+
if ($expr->isFirstClassCallable()) {
38+
return null;
39+
}
40+
3741
if (!$expr->name instanceof Identifier) {
3842
return null;
3943
}

0 commit comments

Comments
 (0)