MDL-77530 tool_task: Fix coding errors in checks

This commit is contained in:
Brendan Heywood
2023-03-10 11:28:45 +08:00
committed by Andrew Nicols
parent 27e0329a08
commit 653ad78f43
3 changed files with 13 additions and 42 deletions
@@ -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