8000 [Form] Fix `FormBuilderInterface` docblocks · symfony/symfony@67458d8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 67458d8

Browse files
committed
[Form] Fix FormBuilderInterface docblocks
1 parent 5554c76 commit 67458d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Symfony/Component/Form/FormBuilderInterface.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ interface FormBuilderInterface extends \Traversable, \Countable, FormConfigBuild
2424
* object hierarchy.
2525
*
2626
* @param string|int|FormBuilderInterface $child
27-
* @param string|FormTypeInterface $type
27+
* @param string|null $type
2828
* @param array $options
2929
*
3030
* @return FormBuilderInterface The builder object.
@@ -34,9 +34,9 @@ public function add($child, $type = null, array $options = array());
3434
/**
3535
* Creates a form builder.
3636
*
37-
* @param string $name The name of the form or the name of the property
38-
* @param string|FormTypeInterface $type The type of the form or null if name is a property
39-
* @param array $options The options
37+
* @param string $name The name of the form or the name of the property
38+
* @param string|null $type The type of the form or null if name is a property
39+
* @param array $options The options
4040
*
4141
* @return FormBuilderInterface The created builder.
4242
*/

0 commit comments

Comments
 (0)
0