Reverting return type left by mistake

This commit is contained in:
Rafael Dohms 2012-03-01 23:47:51 +01:00
parent 881d290c47
commit b73c703d71

View File

@ -179,7 +179,7 @@ class Controller extends ContainerAware
/**
* Shortcut to return the Doctrine Registry service.
*
* @return Doctrine\Bundle\DoctrineBundle\Registry
* @return Registry
*
* @throws \LogicException If DoctrineBundle is not available
*/