Skip to content

Commit bef09d5

Browse files
author
Leny BERNARD
committed
Merge pull request #3 from FriendsOfVictoire/analysis-zRvg7j
Applied fixes from StyleCI
2 parents 3c52ecd + bc9bda5 commit bef09d5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Form/WidgetCoverType.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ class WidgetCoverType extends WidgetImageType
1212
* define form fields.
1313
*
1414
* @param FormBuilderInterface $builder
15+
*
1516
* @param array $options
1617
*/
1718
public function buildForm(FormBuilderInterface $builder, array $options)
@@ -24,8 +25,8 @@ public function buildForm(FormBuilderInterface $builder, array $options)
2425
}
2526

2627
/**
27-
* {@inheritdoc}
28-
*/
28+
* {@inheritdoc}
29+
*/
2930
public function configureOptions(OptionsResolver $resolver)
3031
{
3132
parent::configureOptions($resolver);

0 commit comments

Comments
 (0)