jenkins-bot has submitted this change and it was merged.

Change subject: Cleanup file comment blocks
......................................................................


Cleanup file comment blocks

Change-Id: I8aa2db02fe0c90cf638bdc2d799476fb48784600
---
M client/tests/phpunit/ClientDefaultsTest.php
M lib/includes/StringNormalizer.php
M lib/includes/store/PropertyLabelResolver.php
M lib/includes/store/StorageException.php
4 files changed, 20 insertions(+), 50 deletions(-)

Approvals:
  Tobias Gritschacher: Looks good to me, approved
  WikidataJenkins: Verified
  jenkins-bot: Verified



diff --git a/client/tests/phpunit/ClientDefaultsTest.php 
b/client/tests/phpunit/ClientDefaultsTest.php
index 9b9e4b8..eb5de75 100644
--- a/client/tests/phpunit/ClientDefaultsTest.php
+++ b/client/tests/phpunit/ClientDefaultsTest.php
@@ -1,25 +1,17 @@
 <?php
- /**
- *
+
+namespace Wikibase\Test;
+
+use Wikibase\SettingsArray;
+
+/**
  * Copyright © 02.07.13 by the authors listed below.
- *
  * @license GPL 2+
  *
  * @group Wikibase
  * @group WikibaseClient
  *
  * @author Daniel Kinzler
- */
-
-
-namespace Wikibase\Test;
-
-
-use Wikibase\SettingsArray;
-
-/**
- * Class ClientDefaultsTest
- * @package Wikibase\Test
  */
 class ClientDefaultsTest extends \MediaWikiTestCase {
 
diff --git a/lib/includes/StringNormalizer.php 
b/lib/includes/StringNormalizer.php
index 28bae7c..a62c4ff 100644
--- a/lib/includes/StringNormalizer.php
+++ b/lib/includes/StringNormalizer.php
@@ -1,26 +1,19 @@
 <?php
- /**
- *
- * Copyright © 03.07.13 by the authors listed below.
- *
- * @license GPL 2+
- *
- * @author Daniel Kinzler
- * @author John Erling Blad < jeb...@gmail.com >
- */
-
 
 namespace Wikibase;
-
 
 use UtfNormal;
 
 /**
  * StringNormalizer provides several methods for normalizing strings.
  *
+ * Copyright © 03.07.13 by the authors listed below.
+ *
+ * @license GPL 2+
  * @since 0.4
  *
- * @package Wikibase
+ * @author Daniel Kinzler
+ * @author John Erling Blad < jeb...@gmail.com >
  */
 class StringNormalizer {
 
diff --git a/lib/includes/store/PropertyLabelResolver.php 
b/lib/includes/store/PropertyLabelResolver.php
index 7de6260..02c0403 100644
--- a/lib/includes/store/PropertyLabelResolver.php
+++ b/lib/includes/store/PropertyLabelResolver.php
@@ -1,5 +1,9 @@
 <?php
- /**
+
+namespace Wikibase;
+
+/**
+ * Resolves property labels (which are unique per language) into entity IDs.
  *
  * Copyright © 24.04.13 by the authors listed below.
  *
@@ -7,17 +11,6 @@
  *
  * @author daniel
  */
-
-
-namespace Wikibase;
-
-
-/**
- * Resolves property labels (which are unique per language) into entity IDs.
- *
- * @package Wikibase
- */
-
 interface PropertyLabelResolver {
 
        /**
diff --git a/lib/includes/store/StorageException.php 
b/lib/includes/store/StorageException.php
index bd22908..9519ba1 100644
--- a/lib/includes/store/StorageException.php
+++ b/lib/includes/store/StorageException.php
@@ -1,22 +1,14 @@
 <?php
- /**
- *
+
+namespace Wikibase;
+
+/**
  * Copyright © 06.06.13 by the authors listed below.
  *
  * @license GPL 2+
  *
  * @author Daniel Kinzler
  */
-
-
-namespace Wikibase;
-
-
-/**
- * Class StorageException
- * @package Wikibase
- */
-
 class StorageException extends \MWException {
 
 }
\ No newline at end of file

-- 
To view, visit https://gerrit.wikimedia.org/r/115670
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I8aa2db02fe0c90cf638bdc2d799476fb48784600
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Addshore <addshorew...@gmail.com>
Gerrit-Reviewer: Tobias Gritschacher <tobias.gritschac...@wikimedia.de>
Gerrit-Reviewer: WikidataJenkins <wikidata-servi...@wikimedia.de>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to