php cs fixes after merge

This commit is contained in:
2024-05-22 16:44:02 +02:00
parent d34f9450b8
commit dddb6d66bc
11 changed files with 7 additions and 12 deletions

View File

@@ -553,6 +553,7 @@ class ExportManager
* This function check the acl.
*
* @param \Chill\MainBundle\Entity\Center[] $centers the picked centers
*
* @throw UnauthorizedHttpException if the user is not authorized
*/
private function handleFilters(
@@ -629,7 +630,6 @@ class ExportManager
/**
* Retrieve the filter used in this export.
*
*
* @return array an array with types
*/
private function retrieveUsedFiltersType(mixed $data): iterable