1
0
mirror of synced 2025-01-18 06:21:40 +03:00

DDC-1457: Fixed wrong docblock.

This commit is contained in:
Guilherme Blanco 2011-12-04 02:14:47 -05:00
parent 2f6b930a8d
commit a26990c3e8

View File

@ -2652,7 +2652,7 @@ class UnitOfWork implements PropertyChangedListener
*
* @param string $entityName The name of the Entity.
*
* @return Doctrine\ORM\Persisters\AbstractEntityPersister
* @return Doctrine\ORM\Persisters\BasicEntityPersister
*/
public function getEntityPersister($entityName)
{