Skip to content

Commit

Permalink
merged branch pulse00/master (PR #2787)
Browse files Browse the repository at this point in the history
Commits
-------

9fcea7f [DoctrineBundle] added EntityManager to use statements in registry (IDE support)

Discussion
----------

[DoctrineBundle] added Doctrine\ORM\EntityManager to use statements in Registry

Adds type inference support for return types in IDEs.
  • Loading branch information
fabpot committed Dec 5, 2011
2 parents 839dd2a + 9fcea7f commit e316a2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Symfony/Bundle/DoctrineBundle/Registry.php
Expand Up @@ -15,6 +15,7 @@
use Symfony\Bridge\Doctrine\RegistryInterface;
use Symfony\Bridge\Doctrine\ManagerRegistry;
use Doctrine\ORM\ORMException;
use Doctrine\ORM\EntityManager;

/**
* References all Doctrine connections and entity managers in a given Container.
Expand Down

0 comments on commit e316a2f

Please sign in to comment.