Skip to content

Commit 55d9819

Browse files
talbotsebStyleCIBot
talbotseb
authored andcommitted
Applied fixes from StyleCI
1 parent 2c0fbd4 commit 55d9819

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

Form/WidgetButtonType.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function buildForm(FormBuilderInterface $builder, array $options)
4040
'widget.button.form.choice.size.large' => 'lg',
4141
],
4242
'choices_as_values' => true,
43-
'required' => true,
43+
'required' => true,
4444
])
4545
->add('style', ChoiceType::class, [
4646
'label' => 'widget.button.form.label.style',
@@ -54,7 +54,7 @@ public function buildForm(FormBuilderInterface $builder, array $options)
5454
'widget.button.form.choice.style.label.link' => 'link',
5555
],
5656
'choices_as_values' => true,
57-
'required' => true,
57+
'required' => true,
5858
])
5959
->add('link', LinkType::class)
6060
->add('isBlock', null, [
@@ -67,7 +67,7 @@ public function buildForm(FormBuilderInterface $builder, array $options)
6767
'label' => 'widget.button.form.label.tooltipable',
6868
])
6969
->add('icon', FontAwesomePickerType::class, [
70-
'label' => 'widget.button.form.label.icon',
70+
'label' => 'widget.button.form.label.icon',
7171
'required' => false,
7272
]);
7373

VictoireWidgetButtonBundle.php

-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44

55
use Symfony\Component\HttpKernel\Bundle\Bundle;
66

7-
/**
8-
*
9-
*/
107
class VictoireWidgetButtonBundle extends Bundle
118
{
129
}

0 commit comments

Comments
 (0)