mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-02-28 02:59:40 +00:00
Rector changes and immplementations of required methods
This commit is contained in:
@@ -26,7 +26,7 @@ class DocGeneratorTemplateType extends AbstractType
|
||||
{
|
||||
public function __construct(private readonly ContextManager $contextManager) {}
|
||||
|
||||
public function buildForm(FormBuilderInterface $builder, array $options)
|
||||
public function buildForm(FormBuilderInterface $builder, array $options): void
|
||||
{
|
||||
/** @var DocGeneratorTemplate $template */
|
||||
$template = $options['data'];
|
||||
@@ -64,7 +64,7 @@ class DocGeneratorTemplateType extends AbstractType
|
||||
}
|
||||
}
|
||||
|
||||
public function configureOptions(OptionsResolver $resolver)
|
||||
public function configureOptions(OptionsResolver $resolver): void
|
||||
{
|
||||
$resolver
|
||||
->setDefault('class', DocGeneratorTemplate::class);
|
||||
|
||||
Reference in New Issue
Block a user