Skip to content

Commit 0bb912a

Browse files
authored
[Form] Fix FormInterface::submit() annotation
1 parent 3d3da61 commit 0bb912a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

FormInterface.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -269,10 +269,9 @@ public function handleRequest($request = null);
269269
/**
270270
* Submits data to the form, transforms and validates it.
271271
*
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
272+
* @param mixed $submittedData The submitted data
273+
* @param bool $clearMissing whether to set fields to NULL when they
274+
* are missing in the submitted data
276275
*
277276
* @return $this
278277
*

0 commit comments

Comments
 (0)