Skip to content

Commit

Permalink
Merge pull request #927 from rosier/fix-php-doc
Browse files Browse the repository at this point in the history
Fix php doc block
  • Loading branch information
alcaeus committed Apr 4, 2019
2 parents 845fd6b + 5bcc477 commit 907dafe
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions Registry.php
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 907dafe

Please sign in to comment.