From 45b0cc23b9f20031b8b857999550274dcda1880c Mon Sep 17 00:00:00 2001 From: Bryan Davis Date: Wed, 7 Oct 2015 15:21:28 -0600 Subject: [PATCH] Site: fix copy-n-paste phpdoc Change-Id: I5e735089b3dacea94044fa96f821fc47940f7029 --- includes/site/Site.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 * -- 2.20.1