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