1
0
mirror of synced 2025-02-07 15:59:27 +03:00

#1001 DDC-3005 - Removing dead assignment HydrationCompleteHandler#__construct()

This commit is contained in:
Marco Pivetta 2015-01-13 00:32:10 +01:00
parent 516d04c391
commit 89530f88f7

View File

@ -53,9 +53,8 @@ final class HydrationCompleteHandler
*/ */
public function __construct(ListenersInvoker $listenersInvoker, EntityManagerInterface $em) public function __construct(ListenersInvoker $listenersInvoker, EntityManagerInterface $em)
{ {
$this->uow = $uow;
$this->listenersInvoker = $listenersInvoker; $this->listenersInvoker = $listenersInvoker;
$this->em = $em; $this->em = $em;
} }
/** /**