MDL-44639 fix some phpdocs issues in tasks classes

There is also one extra () to improve code readability.
This commit is contained in:
Petr Škoda
2014-03-20 17:32:56 +08:00
parent 9b8555fbea
commit b7f7c3bcf2
4 changed files with 30 additions and 26 deletions
+1 -1
View File
@@ -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;