Skip to content

Commit

Permalink
feat: define param out type for passed by reference
Browse files Browse the repository at this point in the history
  • Loading branch information
wietse committed Dec 4, 2024
1 parent 632853f commit 9f1c406
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stubs/Symfony/Component/Form/DataMapperInterface.stub
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ interface DataMapperInterface
/**
* @param \Traversable<mixed, FormInterface<mixed>> $forms
* @param TViewData $viewData
* @param-out TViewData $viewData
*/
public function mapFormsToData(\Traversable $forms, mixed &$viewData): void;
}

0 comments on commit 9f1c406

Please sign in to comment.