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