Skip to content

Commit b6c65f0

Browse files
authored
Ignore deprecated method error
required to get a green build in build-infection phpstan/build-infection#48
1 parent 334f2ec commit b6c65f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/DoctrineIntegration/ODM/document-manager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use Doctrine\ODM\MongoDB\Mapping\Driver\AnnotationDriver;
88

99
$config = new Configuration();
10-
$config->setProxyDir(__DIR__);
10+
$config->setProxyDir(__DIR__); /** @phpstan-ignore method.deprecated */
1111
$config->setProxyNamespace('PHPstan\Doctrine\OdmProxies');
1212
$config->setMetadataCache(new ArrayCachePool());
1313
$config->setHydratorDir(__DIR__);

0 commit comments

Comments
 (0)