Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 596e895

Browse files
committed
#1573 - correcting docblock arguments/description
1 parent d5c8209 commit 596e895

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/Doctrine/ORM/UnitOfWork.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1909,9 +1909,9 @@ private function doMerge($entity, array &$visited, $prevManagedCopy = null, $ass
19091909
}
19101910

19111911
/**
1912-
* Tests if an entity is loaded (Not a proxy or a non initialized proxy)
1912+
* Tests if an entity is loaded - must either be a loaded proxy or not a proxy
19131913
*
1914-
* @param $entity
1914+
* @param object $entity
19151915
*
19161916
* @return bool
19171917
*/

0 commit comments

Comments
 (0)