File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/DoctrineIntegration/ODM/data Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 21
21
"dealerdirect/phpcodesniffer-composer-installer" : " ^0.4.4" ,
22
22
"doctrine/collections" : " ^1.0" ,
23
23
"doctrine/common" : " ^2.7 || ^3.0" ,
24
- "doctrine/mongodb-odm" : " ^1.2 || ^2.1" ,
24
+ "doctrine/mongodb-odm" : " ^1.3 || ^2.1" ,
25
25
"doctrine/orm" : " ^2.5" ,
26
26
"doctrine/persistence" : " ^1.1 || ^2.0" ,
27
27
"ergebnis/composer-normalize" : " ^2.0.2" ,
Original file line number Diff line number Diff line change 3
3
namespace PHPStan \DoctrineIntegration \ODM \DocumentRepositoryDynamicReturn ;
4
4
5
5
use Doctrine \ODM \MongoDB \DocumentManager ;
6
- use Doctrine \ODM \MongoDB \DocumentRepository ;
6
+ use Doctrine \ODM \MongoDB \Repository \ DocumentRepository ;
7
7
use Doctrine \ODM \MongoDB \Mapping \Annotations \Document ;
8
8
use Doctrine \ODM \MongoDB \Mapping \Annotations \Id ;
9
9
use RuntimeException ;
You can’t perform that action at this time.
0 commit comments