Skip to content

Commit 057bd5d

Browse files
committed
Ignore PHPStan issues
1 parent 1577dd2 commit 057bd5d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

phpstan-baseline.neon

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,8 @@ parameters:
33
- # Disallow VariableMethodCallRule and VariablePropertyFetchRule
44
message: '#^Variable (method call|property access)#'
55
path: .
6+
- # https://github.com/phpstan/phpstan/issues/7290
7+
message: '#^Parameter \#1 \$driverImpl of method Doctrine\\ODM\\MongoDB\\Configuration\:\:setMetadataDriverImpl\(\) expects Doctrine\\Persistence\\Mapping\\Driver\\MappingDriver, Doctrine\\ODM\\MongoDB\\Mapping\\Driver\\AnnotationDriver given\.$#'
8+
paths:
9+
- tests/Datagrid/ProxyQueryTest.php
10+
- tests/Util/ObjectAclManipulatorTest.php

0 commit comments

Comments
 (0)