MDL-77164 various: fix incorrect phpdocs
This commit is contained in:
@@ -42,7 +42,7 @@ abstract class task_base {
|
||||
/** @var \core\lock\lock $cronlock - The lock controlling the entire cron process. */
|
||||
private $cronlock = null;
|
||||
|
||||
/** @var $string $component - The component this task belongs to. */
|
||||
/** @var string $component - The component this task belongs to. */
|
||||
private $component = '';
|
||||
|
||||
/** @var bool $blocking - Does this task block the entire cron process. */
|
||||
|
||||
Reference in New Issue
Block a user