1
0
Fork 0
mirror of synced 2025-04-03 13:23:37 +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. * 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) public function clear($entityName = null)
{ {