Skip to content
Snippets Groups Projects
Commit d53c1773 authored by Ingo Renner's avatar Ingo Renner
Browse files

fixed a wrong type hint in phpDoc for saveAdditionalFields()

git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10070 709f56b5-9817-0410-a4d7-c38de5d9e867
parent 778d2457
No related merge requests found
......@@ -57,7 +57,7 @@ interface tx_scheduler_AdditionalFieldProvider {
* Takes care of saving the additional fields' values in the task's object
*
* @param array An array containing the data submitted by the add/edit task form
* @param tx_scheduler_Module Reference to the scheduler backend module
* @param tx_scheduler_Task Reference to the scheduler backend module
* @return void
*/
public function saveAdditionalFields(array $submittedData, tx_scheduler_Task $task);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment