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 3d3da61 commit 0bb912aCopy full SHA for 0bb912a
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