Skip to content
Snippets Groups Projects
Commit 9f8a4709 authored by noah's avatar noah
Browse files

Fix PHPDoc on DataBag class

parent 50201585
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,8 @@ class DataBag {
/**
* Sets the input data for a given input.
*
* @param array $input
* @param \CRM_FormProcessor_BAO_FormProcessorInput $inputObject
* @param mixed $value
* @return DataBag
*/
public function setInputData($inputObject, $value) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment