1
0
mirror of synced 2025-01-29 19:41:45 +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

@ -2147,7 +2147,7 @@ class UnitOfWork implements PropertyChangedListener
if ($this->commitOrderCalculator === null) { if ($this->commitOrderCalculator === null) {
$this->commitOrderCalculator = new Internal\CommitOrderCalculator; $this->commitOrderCalculator = new Internal\CommitOrderCalculator;
} }
return $this->commitOrderCalculator; return $this->commitOrderCalculator;
} }
@ -2652,7 +2652,7 @@ class UnitOfWork implements PropertyChangedListener
* *
* @param string $entityName The name of the Entity. * @param string $entityName The name of the Entity.
* *
* @return Doctrine\ORM\Persisters\AbstractEntityPersister * @return Doctrine\ORM\Persisters\BasicEntityPersister
*/ */
public function getEntityPersister($entityName) public function getEntityPersister($entityName)
{ {