X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fsite%2FSite.php;h=c0246bcca6dc098063a27c8d5832f3aa4a856388;hb=78b6bde01f1ff2af9c20bf624908f65666347639;hp=fafb14c73926bf17e10d8909fd88c663661972aa;hpb=25b73462a10fa359e917926cab49bf9bc5575ee5;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/site/Site.php b/includes/site/Site.php index fafb14c739..c0246bcca6 100644 --- a/includes/site/Site.php +++ b/includes/site/Site.php @@ -172,7 +172,7 @@ class Site implements Serializable { } /** - * Gets the type of the site (ie wikipedia). + * Gets the group of the site (ie wikipedia). * * @since 1.21 * @@ -183,7 +183,7 @@ class Site implements Serializable { } /** - * Sets the type of the site (ie wikipedia). + * Sets the group of the site (ie wikipedia). * * @since 1.21 * @@ -698,9 +698,3 @@ class Site implements Serializable { $this->setInternalId( $fields['internalid'] ); } } - -/** - * @deprecated since 1.21 - */ -class SiteObject extends Site { -}