1
0
mirror of synced 2025-03-20 15:03:53 +03:00

#1001 DDC-3005 - optimized HydrationCompleteHandler imports

This commit is contained in:
Marco Pivetta 2015-01-13 00:50:19 +01:00
parent 730c2a81f7
commit c9ccd91421

View File

@ -19,11 +19,11 @@
namespace Doctrine\ORM\Internal; namespace Doctrine\ORM\Internal;
use Doctrine\ORM\Mapping\ClassMetadata;
use Doctrine\ORM\EntityManagerInterface; use Doctrine\ORM\EntityManagerInterface;
use Doctrine\ORM\Event\LifecycleEventArgs; use Doctrine\ORM\Event\LifecycleEventArgs;
use Doctrine\ORM\Event\ListenersInvoker; use Doctrine\ORM\Event\ListenersInvoker;
use Doctrine\ORM\Events; use Doctrine\ORM\Events;
use Doctrine\ORM\Mapping\ClassMetadata;
/** /**
* Class, which can handle completion of hydration cycle and produce some of tasks. * Class, which can handle completion of hydration cycle and produce some of tasks.