Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5cbb4a6

Browse filesBrowse files
committed
Fix CS
1 parent 612cf26 commit 5cbb4a6
Copy full SHA for 5cbb4a6

File tree

1 file changed

+4
-4
lines changed
Filter options

1 file changed

+4
-4
lines changed

‎src/Symfony/Component/Form/FormFactoryInterface.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/FormFactoryInterface.php
+4-4Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.