1
0
Fork 0
mirror of synced 2025-04-01 20:36:14 +03:00

added missing type hint

This commit is contained in:
Christian Raue 2011-10-10 09:44:17 +03:00
parent 24042863ac
commit 689aaef4dc

View file

@ -635,7 +635,7 @@ class UnitOfWork implements PropertyChangedListener
* @param object $entity The entity for which to (re)calculate the change set.
* @throws InvalidArgumentException If the passed entity is not MANAGED.
*/
public function recomputeSingleEntityChangeSet($class, $entity)
public function recomputeSingleEntityChangeSet(ClassMetadata $class, $entity)
{
$oid = spl_object_hash($entity);