Change-Id: I73eb2661d8c51c7b2b9fab13a7f2231ba21f38eb
Resolves: #47791
Releases: 6.2
Reviewed-on: https://review.typo3.org/20395
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
* Render additional information fields within the scheduler backend.
*
* @param array &$taskInfo Array information of task to return
- * @param mixed $task \TYPO3\CMS\Scheduler\Task\AbstractTask or tx_scheduler_Execution instance
+ * @param mixed $task \TYPO3\CMS\Scheduler\Task\AbstractTask or \TYPO3\CMS\Scheduler\Execution instance
* @param \TYPO3\CMS\Scheduler\Controller\SchedulerModuleController $schedulerModule Reference to the calling object (BE module of the Scheduler)
* @return array Additional fields
* @see \TYPO3\CMS\Scheduler\AdditionalFieldProvider#getAdditionalFields($taskInfo, $task, $schedulerModule)