8000 merged branch samuelwilliams/formDoc (PR #5928) · symfony/symfony@f4c05e3 · GitHub
[go: up one dir, main page]

Skip to content

Commit f4c05e3

Browse files
committed
merged branch samuelwilliams/formDoc (PR #5928)
This PR was squashed before being merged into the master branch (closes #5928). Commits ------- 6a033f3 setData method also accepts objects. Doc should reflect this. Discussion ---------- setData method also accepts objects. Doc should reflect this. Bug fix: no Feature addition: no Backwards compatibility break: no Symfony2 tests pass: yes Fixes the following tickets: NA Todo: None License of the code: MIT Documentation PR: None
2 parents 8c244e3 + 6a033f3 commit f4c05e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Form/FormInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public function getErrors();
9898
/**
9999
* Updates the form with default data.
100100
*
101-
* @param array $modelData The data formatted as expected for the underlying object
101+
* @param mixed $modelData The data formatted as expected for the underlying object
102102
*
103103
* @return FormInterface The form instance
104104
*

0 commit comments

Comments
 (0)
0