From: umherirrender Date: Mon, 21 Jul 2014 19:19:41 +0000 (+0200) Subject: Add since to @deprecated in includes/site X-Git-Tag: 1.31.0-rc.0~14801^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/ajouter.php?a=commitdiff_plain;h=947c8417170f5daaa954e8ea55ac504b962e523f;p=lhc%2Fweb%2Fwiklou.git Add since to @deprecated in includes/site Follow-Up: I08ffa6a97093abbe85169f664b97498c5f39bf8e Change-Id: I6c3e607a4f095ca0dcd2f240c0c483b90c16c13d --- diff --git a/includes/site/Site.php b/includes/site/Site.php index e3559f5059..fafb14c739 100644 --- a/includes/site/Site.php +++ b/includes/site/Site.php @@ -700,7 +700,7 @@ class Site implements Serializable { } /** - * @deprecated + * @deprecated since 1.21 */ class SiteObject extends Site { } diff --git a/includes/site/SiteList.php b/includes/site/SiteList.php index dfe4ec5e0d..ecc38e2a4f 100644 --- a/includes/site/SiteList.php +++ b/includes/site/SiteList.php @@ -352,7 +352,7 @@ class SiteList extends GenericArrayObject { } /** - * @deprecated + * @deprecated since 1.21 */ class SiteArray extends SiteList { } diff --git a/includes/site/SiteSQLStore.php b/includes/site/SiteSQLStore.php index f382d9880c..665940786f 100644 --- a/includes/site/SiteSQLStore.php +++ b/includes/site/SiteSQLStore.php @@ -460,7 +460,7 @@ class SiteSQLStore implements SiteStore { } /** - * @deprecated + * @deprecated since 1.21 */ class Sites extends SiteSQLStore { @@ -468,7 +468,7 @@ class Sites extends SiteSQLStore { * Factory for creating new site objects. * * @since 1.21 - * @deprecated + * @deprecated since 1.21 * * @param string|bool $globalId * @@ -485,7 +485,7 @@ class Sites extends SiteSQLStore { } /** - * @deprecated + * @deprecated since 1.21 * @return SiteStore */ public static function singleton() { @@ -499,7 +499,7 @@ class Sites extends SiteSQLStore { } /** - * @deprecated + * @deprecated since 1.21 * @param string $group * @return SiteList */