Skip to content

Commit 1a479e5

Browse files
committed
Fix build
1 parent b226951 commit 1a479e5

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

phpstan-baseline.neon

+8-2
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,15 @@ parameters:
5555
path: src/Type/Doctrine/Descriptors/ObjectType.php
5656

5757
-
58-
message: '#^Parameter \$condExpr references internal interface Doctrine\\ORM\\Query\\AST\\Phase2OptimizableConditional in its type\.$#'
58+
message: '#^Parameter \$condExpr of method PHPStan\\Type\\Doctrine\\Query\\QueryResultTypeWalker\:\:walkConditionalExpression\(\) has typehint with internal interface Doctrine\\ORM\\Query\\AST\\Phase2OptimizableConditional\.$#'
5959
identifier: parameter.internalInterface
60-
count: 2
60+
count: 1
61+
path: src/Type/Doctrine/Query/QueryResultTypeWalker.php
62+
63+
-
64+
message: '#^Parameter \$condExpr of method PHPStan\\Type\\Doctrine\\Query\\QueryResultTypeWalker\:\:walkJoinAssociationDeclaration\(\) has typehint with internal interface Doctrine\\ORM\\Query\\AST\\Phase2OptimizableConditional\.$#'
65+
identifier: parameter.internalInterface
66+
count: 1
6167
path: src/Type/Doctrine/Query/QueryResultTypeWalker.php
6268

6369
-

0 commit comments

Comments
 (0)