#1001 DDC-3005 - HydrationCompleteHandler
cs fixes (line-wrap)
This commit is contained in:
parent
45221b1951
commit
d09280a1dc
1 changed files with 7 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue