mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-31 20:13:49 +00:00
DX: fix cs
This commit is contained in:
@@ -97,7 +97,7 @@ class TaskLifeCycleEventTimelineProvider implements TimelineProviderInterface
|
||||
->findBy(['id' => $ids]);
|
||||
|
||||
return array_combine(
|
||||
array_map(static fn($e) => $e->getId(), $events),
|
||||
array_map(static fn ($e) => $e->getId(), $events),
|
||||
$events
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user