File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ interface DataMapperInterface
19
19
/**
20
20
* Maps properties of some data to a list of forms.
21
21
*
22
- * @param mixed $data Structured data
23
- * @param FormInterface[] $forms A list of {@link FormInterface} instances
22
+ * @param mixed $data Structured data
23
+ * @param FormInterface[]|\Traversable $forms A list of {@link FormInterface} instances
24
24
*
25
25
* @throws Exception\UnexpectedTypeException if the type of the data parameter is not supported.
26
26
*/
@@ -29,8 +29,8 @@ public function mapDataToForms($data, $forms);
29
29
/**
30
30
* Maps the data of a list of forms into the properties of some data.
31
31
*
32
- * @param FormInterface[] $forms A list of {@link FormInterface} instances
33
- * @param mixed $data Structured data
32
+ * @param FormInterface[]|\Traversable $forms A list of {@link FormInterface} instances
33
+ * @param mixed $data Structured data
34
34
*
35
35
* @throws Exception\UnexpectedTypeException if the type of the data parameter is not supported.
36
36
*/
You can’t perform that action at this time.
0 commit comments