mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
code style
This commit is contained in:
@@ -115,7 +115,7 @@ final class DocGeneratorTemplateController extends AbstractController
|
||||
} elseif (!$form->isSubmitted() || ($form->isSubmitted() && !$form->isValid())) {
|
||||
$templatePath = '@ChillDocGenerator/Generator/basic_form.html.twig';
|
||||
$templateOptions = ['entity' => $entity, 'form' => $form->createView(),
|
||||
'template' => $template, 'context' => $context];
|
||||
'template' => $template, 'context' => $context, ];
|
||||
|
||||
return $this->render($templatePath, $templateOptions);
|
||||
}
|
||||
|
Reference in New Issue
Block a user