DDC-1457: Fixed wrong docblock.
This commit is contained in:
parent
2f6b930a8d
commit
a26990c3e8
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user