Umherirrender has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/148156

Change subject: Add since to @deprecated in includes/site
......................................................................

Add since to @deprecated in includes/site

Follow-Up: I08ffa6a97093abbe85169f664b97498c5f39bf8e
Change-Id: I6c3e607a4f095ca0dcd2f240c0c483b90c16c13d
---
M includes/site/Site.php
M includes/site/SiteList.php
M includes/site/SiteSQLStore.php
3 files changed, 6 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/56/148156/1

diff --git a/includes/site/Site.php b/includes/site/Site.php
index e3559f5..fafb14c 100644
--- a/includes/site/Site.php
+++ b/includes/site/Site.php
@@ -700,7 +700,7 @@
 }
 
 /**
- * @deprecated
+ * @deprecated since 1.21
  */
 class SiteObject extends Site {
 }
diff --git a/includes/site/SiteList.php b/includes/site/SiteList.php
index dfe4ec5..ecc38e2 100644
--- a/includes/site/SiteList.php
+++ b/includes/site/SiteList.php
@@ -352,7 +352,7 @@
 }
 
 /**
- * @deprecated
+ * @deprecated since 1.21
  */
 class SiteArray extends SiteList {
 }
diff --git a/includes/site/SiteSQLStore.php b/includes/site/SiteSQLStore.php
index f382d98..6659407 100644
--- a/includes/site/SiteSQLStore.php
+++ b/includes/site/SiteSQLStore.php
@@ -460,7 +460,7 @@
 }
 
 /**
- * @deprecated
+ * @deprecated since 1.21
  */
 class Sites extends SiteSQLStore {
 
@@ -468,7 +468,7 @@
         * Factory for creating new site objects.
         *
         * @since 1.21
-        * @deprecated
+        * @deprecated since 1.21
         *
         * @param string|bool $globalId
         *
@@ -485,7 +485,7 @@
        }
 
        /**
-        * @deprecated
+        * @deprecated since 1.21
         * @return SiteStore
         */
        public static function singleton() {
@@ -499,7 +499,7 @@
        }
 
        /**
-        * @deprecated
+        * @deprecated since 1.21
         * @param string $group
         * @return SiteList
         */

-- 
To view, visit https://gerrit.wikimedia.org/r/148156
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6c3e607a4f095ca0dcd2f240c0c483b90c16c13d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Umherirrender <umherirrender_de...@web.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to