Skip to content

Commit 93d1307

Browse files
committed
Fix build
1 parent 6317ec1 commit 93d1307

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

phpstan-baseline.neon

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ parameters:
2424
count: 1
2525
path: src/Stubs/Doctrine/StubFilesExtensionLoader.php
2626

27+
-
28+
message: '#^Parameter references internal interface Doctrine\\ORM\\Query\\AST\\Phase2OptimizableConditional in its type\.$#'
29+
identifier: parameter.internalInterface
30+
count: 2
31+
path: src/Type/Doctrine/Query/QueryResultTypeWalker.php
32+
2733
-
2834
message: '#^Accessing PHPStan\\Rules\\Classes\\InstantiationRule\:\:class is not covered by backward compatibility promise\. The class might change in a minor PHPStan version\.$#'
2935
identifier: phpstanApi.classConstant

0 commit comments

Comments
 (0)