#1001 DDC-3005 - HydrationCompleteHandler
cs fixes (line-wrap)
This commit is contained in:
parent
45221b1951
commit
d09280a1dc
@ -91,7 +91,13 @@ final class HydrationCompleteHandler
|
||||
foreach ($toInvoke as $classAndEntity) {
|
||||
list($class, $invoke, $entity) = $classAndEntity;
|
||||
|
||||
$this->listenersInvoker->invoke($class, Events::postLoad, $entity, new LifecycleEventArgs($entity, $this->em), $invoke);
|
||||
$this->listenersInvoker->invoke(
|
||||
$class,
|
||||
Events::postLoad,
|
||||
$entity,
|
||||
new LifecycleEventArgs($entity, $this->em),
|
||||
$invoke
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user