Skip to content

Commit

Permalink
Fix php doc block
Browse files Browse the repository at this point in the history
  • Loading branch information
rosier authored and alcaeus committed Apr 2, 2019
1 parent 845fd6b commit 5bcc477
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions Registry.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

namespace Doctrine\Bundle\DoctrineBundle;

use Doctrine\DBAL\Connection;
use Doctrine\ORM\EntityManager;
use Doctrine\ORM\EntityManagerInterface;
use Doctrine\ORM\ORMException;
use Symfony\Bridge\Doctrine\ManagerRegistry;
use Symfony\Bridge\Doctrine\RegistryInterface;
Expand All @@ -17,12 +15,10 @@
class Registry extends ManagerRegistry implements RegistryInterface
{
/**
* Construct.
*
* @param Connection[] $connections
* @param EntityManagerInterface[] $entityManagers
* @param string $defaultConnection
* @param string $defaultEntityManager
* @param string[] $connections
* @param string[] $entityManagers
* @param string $defaultConnection
* @param string $defaultEntityManager
*/
public function __construct(ContainerInterface $container, array $connections, array $entityManagers, $defaultConnection, $defaultEntityManager)
{
Expand Down

0 comments on commit 5bcc477

Please sign in to comment.