mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-07 15:25:00 +00:00
cs: Fix code-style (using PHPCSFixer and PHPCS).
This commit is contained in:
@@ -19,6 +19,7 @@ use Doctrine\ORM\EntityManagerInterface;
|
||||
use LogicException;
|
||||
use Symfony\Component\Workflow\Registry;
|
||||
use Symfony\Component\Workflow\Workflow;
|
||||
|
||||
use function array_combine;
|
||||
use function array_map;
|
||||
|
||||
@@ -85,7 +86,9 @@ class SingleTaskTaskLifeCycleEventTimelineProvider implements TimelineProviderIn
|
||||
->findBy(['id' => $ids]);
|
||||
|
||||
return array_combine(
|
||||
array_map(static function ($e) { return $e->getId(); }, $events),
|
||||
array_map(static function ($e) {
|
||||
return $e->getId();
|
||||
}, $events),
|
||||
$events
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user