We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 632853f commit 9f1c406Copy full SHA for 9f1c406
stubs/Symfony/Component/Form/DataMapperInterface.stub
@@ -16,6 +16,7 @@ interface DataMapperInterface
16
/**
17
* @param \Traversable<mixed, FormInterface<mixed>> $forms
18
* @param TViewData $viewData
19
+ * @param-out TViewData $viewData
20
*/
21
public function mapFormsToData(\Traversable $forms, mixed &$viewData): void;
22
}
0 commit comments