From: Bryan Davis Date: Wed, 7 Oct 2015 21:21:28 +0000 (-0600) Subject: Site: fix copy-n-paste phpdoc X-Git-Tag: 1.31.0-rc.0~9494 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/ajouter.php?a=commitdiff_plain;h=45b0cc23b9f20031b8b857999550274dcda1880c;p=lhc%2Fweb%2Fwiklou.git Site: fix copy-n-paste phpdoc Change-Id: I5e735089b3dacea94044fa96f821fc47940f7029 --- diff --git a/includes/site/Site.php b/includes/site/Site.php index fafb14c739..5aa39c75c1 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 *