MDL-44639 fix some phpdocs issues in tasks classes
There is also one extra () to improve code readability.
This commit is contained in:
@@ -84,7 +84,7 @@ abstract class task_base {
|
||||
|
||||
/**
|
||||
* Set the next run time for this task.
|
||||
* @return int
|
||||
* @param int $nextruntime
|
||||
*/
|
||||
public function set_next_run_time($nextruntime) {
|
||||
$this->nextruntime = $nextruntime;
|
||||
|
||||
Reference in New Issue
Block a user