#1573 - correcting docblock arguments/description
This commit is contained in:
parent
41235f61de
commit
16baa8d60f
1 changed files with 2 additions and 2 deletions
|
@ -1905,9 +1905,9 @@ class UnitOfWork implements PropertyChangedListener
|
|||
}
|
||||
|
||||
/**
|
||||
* Tests if an entity is loaded (Not a proxy or a non initialized proxy)
|
||||
* Tests if an entity is loaded - must either be a loaded proxy or not a proxy
|
||||
*
|
||||
* @param $entity
|
||||
* @param object $entity
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue