Merge branch 'master' of github.com:doctrine/doctrine2
This commit is contained in:
commit
b6c49863e8
1 changed files with 1 additions and 1 deletions
|
@ -655,7 +655,7 @@ class UnitOfWork implements PropertyChangedListener
|
||||||
* @param object $entity The entity for which to (re)calculate the change set.
|
* @param object $entity The entity for which to (re)calculate the change set.
|
||||||
* @throws InvalidArgumentException If the passed entity is not MANAGED.
|
* @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);
|
$oid = spl_object_hash($entity);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue