diff --git a/module/task/control.php b/module/task/control.php index e653b69caf..fcb3442c22 100755 --- a/module/task/control.php +++ b/module/task/control.php @@ -1051,7 +1051,7 @@ class task extends control * @access public * @return void */ - public function export($executionID, $orderBy, $type) + public function export(int $executionID, string $orderBy, string $type) { $execution = $this->execution->getById($executionID); $allExportFields = $this->config->task->exportFields;