From 086a11b4dd91d70cef490467c432b90b3b8ee4cb Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Mon, 19 Nov 2012 21:26:53 +0100 Subject: [PATCH] Follow-up I214a988e (42a8daa): move documentation to the correct block These lines belongs to the whole file, not only to that class. Change-Id: Ib61eae1e8f7d50d29a929c6034ede08a851105c9 --- includes/site/MediaWikiSite.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/includes/site/MediaWikiSite.php b/includes/site/MediaWikiSite.php index c831f81552..b2e2e71882 100644 --- a/includes/site/MediaWikiSite.php +++ b/includes/site/MediaWikiSite.php @@ -18,6 +18,11 @@ * http://www.gnu.org/copyleft/gpl.html * * @file + * @ingroup Site + * @license GNU GPL v2+ + * @author John Erling Blad < jeblad@gmail.com > + * @author Daniel Kinzler + * @author Jeroen De Dauw < jeroendedauw@gmail.com > */ /** @@ -26,11 +31,6 @@ * @since 1.21 * * @ingroup Site - * - * @license GNU GPL v2+ - * @author John Erling Blad < jeblad@gmail.com > - * @author Daniel Kinzler - * @author Jeroen De Dauw < jeroendedauw@gmail.com > */ class MediaWikiSite extends SiteObject { -- 2.20.1