diff --git a/lib/Doctrine/ORM/Internal/HydrationCompleteHandler.php b/lib/Doctrine/ORM/Internal/HydrationCompleteHandler.php index 4d6851f92..9fb963a39 100644 --- a/lib/Doctrine/ORM/Internal/HydrationCompleteHandler.php +++ b/lib/Doctrine/ORM/Internal/HydrationCompleteHandler.php @@ -53,9 +53,8 @@ final class HydrationCompleteHandler */ public function __construct(ListenersInvoker $listenersInvoker, EntityManagerInterface $em) { - $this->uow = $uow; $this->listenersInvoker = $listenersInvoker; - $this->em = $em; + $this->em = $em; } /**