fix code style for symfony 5

This commit is contained in:
2024-07-03 13:29:22 +02:00
parent 54d045f261
commit ead1abb825
17 changed files with 25 additions and 39 deletions

View File

@@ -22,9 +22,7 @@ class RoleAggregator implements AggregatorInterface
{
final public const KEY = 'part_role_aggregator';
public function __construct(protected RoleRepository $roleRepository, protected TranslatableStringHelperInterface $translatableStringHelper)
{
}
public function __construct(protected RoleRepository $roleRepository, protected TranslatableStringHelperInterface $translatableStringHelper) {}
public function addRole(): ?string
{