Skip to content

Commit 09e2389

Browse files
committed
Fixed build
1 parent 5d21ae8 commit 09e2389

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Type/Doctrine/QueryBuilder/Expr/ExpressionBuilderDynamicReturnTypeExtension.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace PHPStan\Type\Doctrine\QueryBuilder\Expr;
44

5-
use Doctrine\ORM\Query\Expr;
65
use PhpParser\Node\Expr\MethodCall;
76
use PHPStan\Analyser\Scope;
87
use PHPStan\Reflection\MethodReflection;
@@ -33,7 +32,7 @@ public function __construct(
3332

3433
public function getClass(): string
3534
{
36-
return Expr::class;
35+
return 'Doctrine\ORM\Query\Expr';
3736
}
3837

3938
public function isMethodSupported(MethodReflection $methodReflection): bool

0 commit comments

Comments
 (0)