PHP CS Fixer updated (3.63.1 -> v3.64.0)

This commit is contained in:
2024-09-04 14:38:56 +02:00
parent 063bc2857f
commit 313fb9ffdf
302 changed files with 391 additions and 391 deletions

View File

@@ -38,7 +38,7 @@ class EventChoiceLoader implements ChoiceLoaderInterface
*/
public function __construct(
EventRepository $eventRepository,
?array $centers = null
?array $centers = null,
) {
$this->eventRepository = $eventRepository;

View File

@@ -42,7 +42,7 @@ final class PickEventType extends AbstractType
private readonly AuthorizationHelperInterface $authorizationHelper,
private readonly UrlGeneratorInterface $urlGenerator,
private readonly TranslatorInterface $translator,
private readonly Security $security
private readonly Security $security,
) {}
public function buildView(\Symfony\Component\Form\FormView $view, \Symfony\Component\Form\FormInterface $form, array $options)

View File

@@ -31,7 +31,7 @@ final class PickRoleType extends AbstractType
public function __construct(
private readonly TranslatableStringHelperInterface $translatableStringHelper,
private readonly TranslatorInterface $translator,
private readonly RoleRepository $roleRepository
private readonly RoleRepository $roleRepository,
) {}
public function buildForm(FormBuilderInterface $builder, array $options)