MDL-69521 core: Move all comments in code from 4.1 to 3.11

This commit is contained in:
Eloy Lafuente (stronk7)
2020-09-08 18:59:30 +02:00
parent 6a60111199
commit 74ee34fd87
12 changed files with 31 additions and 31 deletions
+2 -2
View File
@@ -303,7 +303,7 @@ class manager {
* Returns the enabled time splitting methods.
*
* @deprecated since Moodle 3.7
* @todo MDL-65086 This will be deleted in Moodle 4.1
* @todo MDL-65086 This will be deleted in Moodle 3.11
* @see \core_analytics\manager::get_time_splitting_methods_for_evaluation
* @return \core_analytics\local\time_splitting\base[]
*/
@@ -604,7 +604,7 @@ class manager {
* Used to be used to add models included with the Moodle core.
*
* @deprecated Deprecated since Moodle 3.7 (MDL-61667) - Use lib/db/analytics.php instead.
* @todo Remove this method in Moodle 4.1 (MDL-65186).
* @todo Remove this method in Moodle 3.11 (MDL-65186).
* @return void
*/
public static function add_builtin_models() {