MDL-77530 tool_task: Fix coding errors in checks
This commit is contained in:
committed by
Andrew Nicols
parent
27e0329a08
commit
653ad78f43
@@ -38,21 +38,6 @@ use core\check\result;
|
||||
*/
|
||||
class adhocqueue extends check {
|
||||
|
||||
/** @var string adhocqueue id. */
|
||||
protected string $id = '';
|
||||
|
||||
/** @var string adhocqueue name. */
|
||||
protected string $name = '';
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
*/
|
||||
public function __construct() {
|
||||
global $CFG;
|
||||
$this->id = 'adhocqueue';
|
||||
$this->name = get_string('checkadhocqueue', 'tool_task');
|
||||
}
|
||||
|
||||
/**
|
||||
* Return result
|
||||
* @return result
|
||||
|
||||
Reference in New Issue
Block a user