mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-01 12:33:49 +00:00
DX: rector rules upt to PHP 74
This commit is contained in:
@@ -322,9 +322,7 @@ final class PersonACLAwareRepository implements PersonACLAwareRepositoryInterfac
|
||||
),
|
||||
]
|
||||
),
|
||||
array_map(static function (Center $c) {
|
||||
return $c->getId();
|
||||
}, $authorizedCenters)
|
||||
array_map(static fn(Center $c) => $c->getId(), $authorizedCenters)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user