MDL-69521 core: Move all comments in code from 4.4 to 4.2
This commit is contained in:
@@ -1197,7 +1197,7 @@ class manager {
|
||||
// Backward compatibility for engines that don't return a batch count.
|
||||
[$numrecords, $numdocs, $numdocsignored, $lastindexeddoc, $partial] = $result;
|
||||
// Deprecated since Moodle 3.10 MDL-68690.
|
||||
// TODO: MDL-68776 This will be deleted in Moodle 4.4.
|
||||
// TODO: MDL-68776 This will be deleted in Moodle 4.2.
|
||||
debugging('engine::add_documents() should return $batches (5-value return is deprecated)',
|
||||
DEBUG_DEVELOPER);
|
||||
} else {
|
||||
@@ -1362,7 +1362,7 @@ class manager {
|
||||
// Backward compatibility for engines that don't return a batch count.
|
||||
[$numrecords, $numdocs, $numdocsignored, $lastindexeddoc, $partial] = $result;
|
||||
// Deprecated since Moodle 3.10 MDL-68690.
|
||||
// TODO: MDL-68776 This will be deleted in Moodle 4.4 (as should the below bit).
|
||||
// TODO: MDL-68776 This will be deleted in Moodle 4.2 (as should the below bit).
|
||||
debugging('engine::add_documents() should return $batches (5-value return is deprecated)',
|
||||
DEBUG_DEVELOPER);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user