From d6806d8eafd53726b59216f0700a3ecd7bb017b1 Mon Sep 17 00:00:00 2001 From: Jun Pataleta Date: Mon, 18 Jul 2016 17:45:05 +0800 Subject: [PATCH] MDL-54984 cache: Added todo tags to items for 3.3 deprecations --- cache/classes/definition.php | 1 + cache/tests/fixtures/lib.php | 1 + 2 files changed, 2 insertions(+) diff --git a/cache/classes/definition.php b/cache/classes/definition.php index bb92d184773..88fd87664fe 100644 --- a/cache/classes/definition.php +++ b/cache/classes/definition.php @@ -249,6 +249,7 @@ class cache_definition { /** * Deprecated - this is completely unused. * @deprecated since 2.9 + * @todo MDL-55267 This will be deleted in Moodle 3.3. * @var string */ protected $datasourceaggregate = null; diff --git a/cache/tests/fixtures/lib.php b/cache/tests/fixtures/lib.php index bae500d9c6f..53255a58f2e 100644 --- a/cache/tests/fixtures/lib.php +++ b/cache/tests/fixtures/lib.php @@ -297,6 +297,7 @@ class cache_config_testing extends cache_config_writer { * as it is only used during testing and its highly unlikely anyone has used this. * * @deprecated since 2.9 + * @todo MDL-55267 This will be deleted in Moodle 3.3. * @copyright 2014 Sam Hemelryk * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */