mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-04 13:54:59 +00:00
DX: fix cs
This commit is contained in:
@@ -342,7 +342,7 @@ final class AccompanyingCourseApiControllerTest extends WebTestCase
|
||||
|
||||
// check that the person id is contained
|
||||
$participationsPersonsIds = array_map(
|
||||
static fn($participation) => $participation->person->id,
|
||||
static fn ($participation) => $participation->person->id,
|
||||
$data->participations
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user