mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-24 15:44:59 +00:00
DX: fix cs
This commit is contained in:
@@ -68,7 +68,7 @@ final class ReportControllerNextTest extends WebTestCase
|
||||
//filter customFieldsGroup to get only "situation de logement"
|
||||
$filteredCustomFieldsGroupHouse = array_filter(
|
||||
$customFieldsGroups,
|
||||
static fn(CustomFieldsGroup $group) => in_array('Situation de logement', $group->getName(), true)
|
||||
static fn (CustomFieldsGroup $group) => in_array('Situation de logement', $group->getName(), true)
|
||||
);
|
||||
$this->group = $filteredCustomFieldsGroupHouse[0];
|
||||
}
|
||||
|
Reference in New Issue
Block a user