File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4040 "doctrine/doctrine-bundle" : " ^2.2" ,
4141 "doctrine/orm" : " ^2.8" ,
4242 "ergebnis/composer-normalize" : " ^2.11" ,
43- "ocramius /proxy-manager" : " ^2.11.1 " ,
43+ "friendsofphp /proxy-manager-lts " : " ^1.0 " ,
4444 "phpunit/phpunit" : " ^9.3" ,
4545 "simple-bus/doctrine-orm-bridge" : " ^6.0" ,
4646 "symfony/framework-bundle" : " ^4.4 || ^5.2" ,
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ private function createSchema(ContainerInterface $container): void
109109 /** @var EntityManager $entityManager */
110110 $ entityManager = $ container ->get ('doctrine.orm.entity_manager ' );
111111
112- /** @var ClassMetadata[] $metadata */
112+ /** @var array<int, ClassMetadata<object>> $metadata */
113113 $ metadata = $ entityManager ->getMetadataFactory ()->getAllMetadata ();
114114
115115 $ schemaTool = new SchemaTool ($ entityManager );
You can’t perform that action at this time.
0 commit comments