1
0
mirror of synced 2025-03-28 10:53:49 +03:00

fixed typo

This commit is contained in:
Dominik Liebler 2011-08-12 20:15:32 +02:00
parent 05fb0b913a
commit 745535d269

View File

@ -1791,7 +1791,7 @@ class UnitOfWork implements PropertyChangedListener
/**
* Clears the UnitOfWork.
*
* @param strin $entityName if given, only entities of this type will get detached
* @param string $entityName if given, only entities of this type will get detached
*/
public function clear($entityName = null)
{