Skip to content

Commit b4910af

Browse files
author
Regis Grison
committed
another minor fix for github tests
1 parent 9c72be5 commit b4910af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Controller/TicketController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function __construct(
5555
private readonly TranslatorInterface $translator,
5656
private readonly UserManagerInterface $userManager,
5757
private readonly Environment $twig,
58-
private readonly FormFactoryInterface $formFactory
58+
private readonly FormFactoryInterface $formFactory,
5959
) {
6060
$this->templates = $bag->get('hackzilla_ticket.templates');
6161
}

0 commit comments

Comments
 (0)