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:
@@ -92,7 +92,7 @@ final class SingleTaskControllerTest extends WebTestCase
|
||||
|
||||
$center = array_filter(
|
||||
$centers,
|
||||
static fn(Center $c) => $c->getName() === $centerName
|
||||
static fn (Center $c) => $c->getName() === $centerName
|
||||
)[0];
|
||||
|
||||
$ids = $em
|
||||
|
Reference in New Issue
Block a user