Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
martineiber authored and github-actions[bot] committed Nov 18, 2024
1 parent 09884e1 commit bf3cc46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/User/Hydrator/UserHydrator.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,6 @@ private function getContentLanguages(UserInterface $user): array
// This method removes those empty strings
private function sanitizePermissions(array $permissions): array
{
return array_filter($permissions, fn($permission) => $permission !== '');
return array_filter($permissions, fn ($permission) => $permission !== '');
}
}

0 comments on commit bf3cc46

Please sign in to comment.