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 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" ,
Original file line number Diff line number Diff line change 33namespace PHPStan \DoctrineIntegration \ODM \DocumentRepositoryDynamicReturn ;
44
55use Doctrine \ODM \MongoDB \DocumentManager ;
6- use Doctrine \ODM \MongoDB \DocumentRepository ;
6+ use Doctrine \ODM \MongoDB \Repository \ DocumentRepository ;
77use Doctrine \ODM \MongoDB \Mapping \Annotations \Document ;
88use Doctrine \ODM \MongoDB \Mapping \Annotations \Id ;
99use RuntimeException ;
You can’t perform that action at this time.
0 commit comments