We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59c272b commit c6c09e4Copy full SHA for c6c09e4
src/Symfony/Component/Form/FormInterface.php
@@ -269,10 +269,9 @@ public function handleRequest($request = null);
269
/**
270
* Submits data to the form, transforms and validates it.
271
*
272
- * @param null|string|array $submittedData The submitted data
273
- * @param bool $clearMissing whether to set fields to NULL
274
- * when they are missing in the
275
- * submitted data
+ * @param mixed $submittedData The submitted data
+ * @param bool $clearMissing whether to set fields to NULL when they
+ * are missing in the submitted data
276
277
* @return $this
278
0 commit comments