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