mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-30 11:33:49 +00:00
DX: fix cs
This commit is contained in:
@@ -94,7 +94,7 @@ class TaskController extends AbstractController
|
||||
$transitionInstance = array_values( // array_values needed to reset keys (array_filter preserves keys)
|
||||
array_filter(
|
||||
$workflow->getEnabledTransitions($task),
|
||||
static fn(Transition $t) => $t->getName() === $transition
|
||||
static fn (Transition $t) => $t->getName() === $transition
|
||||
)
|
||||
)[0];
|
||||
|
||||
|
Reference in New Issue
Block a user