Skip to content

Commit 5cbb4a6

Browse files
committed
Fix CS
1 parent 612cf26 commit 5cbb4a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Symfony/Component/Form/FormFactoryInterface.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ interface FormFactoryInterface
2323
*
2424
* @see createBuilder()
2525
*
26-
* @param mixed $data The initial data
27-
* @param array $options The options
26+
* @param mixed $data The initial data
27+
* @param array $options The options
2828
*
2929
* @return FormInterface The form named after the type
3030
*
@@ -66,8 +66,8 @@ public function createForProperty(string $class, string $property, $data = null,
6666
/**
6767
* Returns a form builder.
6868
*
69-
* @param mixed $data The initial data
70-
* @param array $options The options
69+
* @param mixed $data The initial data
70+
* @param array $options The options
7171
*
7272
* @return FormBuilderInterface The form builder
7373
*

0 commit comments

Comments
 (0)