We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1577dd2 commit 057bd5dCopy full SHA for 057bd5d
phpstan-baseline.neon
@@ -3,3 +3,8 @@ parameters:
3
- # Disallow VariableMethodCallRule and VariablePropertyFetchRule
4
message: '#^Variable (method call|property access)#'
5
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