Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
feat: define param out type for passed by reference
refs: #417
  • Loading branch information
wietse committed Dec 4, 2024
commit 9f1c406abc63e579d2468fdfbd5e9ce3f9874a0b
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;
}
Loading