added missing type hint
This commit is contained in:
parent
24042863ac
commit
689aaef4dc
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue