Skip to content

Commit b5881e3

Browse files
committed
Fix test
1 parent 8ecdea0 commit b5881e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
2222
"doctrine/collections": "^1.0",
2323
"doctrine/common": "^2.7 || ^3.0",
24-
"doctrine/mongodb-odm": "^1.2 || ^2.1",
24+
"doctrine/mongodb-odm": "^1.3 || ^2.1",
2525
"doctrine/orm": "^2.5",
2626
"doctrine/persistence": "^1.1 || ^2.0",
2727
"ergebnis/composer-normalize": "^2.0.2",

tests/DoctrineIntegration/ODM/data/documentRepositoryDynamicReturn.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace PHPStan\DoctrineIntegration\ODM\DocumentRepositoryDynamicReturn;
44

55
use Doctrine\ODM\MongoDB\DocumentManager;
6-
use Doctrine\ODM\MongoDB\DocumentRepository;
6+
use Doctrine\ODM\MongoDB\Repository\DocumentRepository;
77
use Doctrine\ODM\MongoDB\Mapping\Annotations\Document;
88
use Doctrine\ODM\MongoDB\Mapping\Annotations\Id;
99
use RuntimeException;

0 commit comments

Comments
 (0)