Skip to content

Commit a840769

Browse files
coding standards
1 parent 5c050e5 commit a840769

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/Controller/Admin/AnswerController.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515

1616
class AnswerController extends AbstractController
1717
{
18+
/**
19+
* @throws \Exception
20+
*/
1821
#[Route('/answer/new', name: 'report')]
1922
public function newAnswer(
2023
Request $request,
@@ -74,7 +77,6 @@ public function newAnswer(
7477
'entityId' => $answer->getId(),
7578
'referer' => $request->query->get('referer'),
7679
'crudControllerFqcn' => AnswerCrudController::class,
77-
7880
]
7981
);
8082
}

0 commit comments

Comments
 (0)