MDL-69521 core: Move all comments in code from 4.0 to 3.10

This commit is contained in:
Eloy Lafuente (stronk7)
2020-09-06 17:23:58 +02:00
parent 916809d995
commit 709b46dbfd
12 changed files with 28 additions and 28 deletions
+2 -2
View File
@@ -120,7 +120,7 @@ class postgres_lock_factory implements lock_factory {
/**
* Multiple locks for the same resource can NOT be held by a single process.
*
* @deprecated since Moodle 4.0.
* @deprecated since Moodle 3.10.
* @return boolean - false.
*/
public function supports_recursion() {
@@ -206,7 +206,7 @@ class postgres_lock_factory implements lock_factory {
/**
* Extend a lock that was previously obtained with @lock.
*
* @deprecated since Moodle 4.0.
* @deprecated since Moodle 3.10.
* @param lock $lock - a lock obtained from this factory.
* @param int $maxlifetime - the new lifetime for the lock (in seconds).
* @return boolean - true if the lock was extended.