MDL-57243 search: Correct todo doc
authorAndrew Nicols <andrew@nicols.co.uk>
Fri, 2 Dec 2016 02:53:52 +0000 (10:53 +0800)
committerAndrew Nicols <andrew@nicols.co.uk>
Fri, 2 Dec 2016 02:53:52 +0000 (10:53 +0800)
lib/db/renamedclasses.php

index 70080fc..39b6a51 100644 (file)
@@ -35,7 +35,7 @@ defined('MOODLE_INTERNAL') || die();
 // Like other files in the db directory this file uses an array.
 // The old class name is the key, the new class name is the value.
 // The array must be called $renamedclasses.
-// @todo MDL-57244 These renamed classes will be removed in 3.6
+// TODO MDL-57244 These renamed classes will be removed in 3.6
 $renamedclasses = array(
     'core\progress\null' => 'core\progress\none',
     'core_search\area\base' => 'core_search\base',