Skip to content

Commit

Permalink
Merge branch '1.10.x'
Browse files Browse the repository at this point in the history
* 1.10.x:
  Fix php doc block
  Don't fail build for the 3 known Twig deprecations
  • Loading branch information
alcaeus committed May 10, 2019
2 parents 6a366bc + 907dafe commit 6e15d2d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 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 Psr\Container\ContainerInterface;
use Symfony\Bridge\Doctrine\ManagerRegistry;
Expand All @@ -16,10 +14,10 @@
class Registry extends ManagerRegistry implements RegistryInterface
{
/**
* @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 6e15d2d

Please sign in to comment.