Navigation Menu

Skip to content

Commit

Permalink
Merge branch 'master' of github.com:doctrine/doctrine2
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Oct 15, 2011
2 parents d0383f9 + 73101be commit b6c4986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/ORM/UnitOfWork.php
Expand Up @@ -655,7 +655,7 @@ private function persistNew($class, $entity)
* @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);

Expand Down

0 comments on commit b6c4986

Please sign in to comment.