Addshore has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/96301


Change subject: Fix RdfSerializer class phpdoc
......................................................................

Fix RdfSerializer class phpdoc

Change-Id: Id7cbb3e0cfcf57f2b2fc2f2fb5628085aa020cd9
---
M repo/includes/rdf/RdfSerializer.php
1 file changed, 10 insertions(+), 31 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase 
refs/changes/01/96301/1

diff --git a/repo/includes/rdf/RdfSerializer.php 
b/repo/includes/rdf/RdfSerializer.php
index 9ac4aea..4809113 100644
--- a/repo/includes/rdf/RdfSerializer.php
+++ b/repo/includes/rdf/RdfSerializer.php
@@ -2,37 +2,6 @@
 
 namespace Wikibase;
 
-/**
- * RDF serialization for wikibase data model.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- * http://www.gnu.org/copyleft/gpl.html
- *
- * @since 0.4
- *
- * @file
- * @ingroup WikibaseRepo
- * @ingroup Content
- * @ingroup RDF
- *
- * @licence GNU GPL v2+
- * @author Anja Jentzsch < anja.jentz...@wikimedia.de >
- * @author Thomas Pellissier Tanon
- * @author Daniel Kinzler
- */
-
 use DataTypes\DataTypeFactory;
 use EasyRdf_Exception;
 use EasyRdf_Format;
@@ -40,6 +9,16 @@
 use EasyRdf_Namespace;
 use Wikibase\Lib\EntityIdFormatter;
 
+/**
+ * RDF serialization for wikibase data model.
+ *
+ * @since 0.4
+ *
+ * @licence GNU GPL v2+
+ * @author Anja Jentzsch < anja.jentz...@wikimedia.de >
+ * @author Thomas Pellissier Tanon
+ * @author Daniel Kinzler
+ */
 class RdfSerializer {
 
        /**

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id7cbb3e0cfcf57f2b2fc2f2fb5628085aa020cd9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Addshore <addshorew...@gmail.com>

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

Reply via email to