Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1a479e5

Browse files
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‎

Lines changed: 8 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /