File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -422,7 +422,6 @@ private function createRegistry(?ObjectManager $manager = null): ManagerRegistry
422422 $ registry ->method ('getManager ' )->willReturn ($ manager );
423423 }
424424
425-
426425 return $ registry ;
427426 }
428427}
Original file line number Diff line number Diff line change 1414use Doctrine \Common \Collections \ArrayCollection ;
1515use Doctrine \DBAL \Types \Type ;
1616use Doctrine \ORM \EntityRepository ;
17- use Doctrine \ORM \Mapping \ClassMetadataInfo ;
1817use Doctrine \ORM \Tools \SchemaTool ;
1918use Doctrine \Persistence \ManagerRegistry ;
2019use Doctrine \Persistence \ObjectManager ;
2827use Symfony \Bridge \Doctrine \Tests \Fixtures \DoubleNullableNameEntity ;
2928use Symfony \Bridge \Doctrine \Tests \Fixtures \Employee ;
3029use Symfony \Bridge \Doctrine \Tests \Fixtures \Person ;
31- use Symfony \Bridge \Doctrine \Tests \Fixtures \SingleIntIdEntityRepository ;
3230use Symfony \Bridge \Doctrine \Tests \Fixtures \SingleIntIdEntity ;
3331use Symfony \Bridge \Doctrine \Tests \Fixtures \SingleIntIdNoToStringEntity ;
3432use Symfony \Bridge \Doctrine \Tests \Fixtures \SingleIntIdStringWrapperNameEntity ;
You can’t perform that action at this time.
0 commit comments