Thiemo Mättig (WMDE) has uploaded a new change for review.

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

Change subject: Fix PHPDoc in RdfVocabulary
......................................................................

Fix PHPDoc in RdfVocabulary

Change-Id: I49a974139342cf410b76502d75de51f839a477af
---
M repo/includes/rdf/RdfVocabulary.php
1 file changed, 4 insertions(+), 4 deletions(-)


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

diff --git a/repo/includes/rdf/RdfVocabulary.php 
b/repo/includes/rdf/RdfVocabulary.php
index bf74246..7e59403 100644
--- a/repo/includes/rdf/RdfVocabulary.php
+++ b/repo/includes/rdf/RdfVocabulary.php
@@ -85,7 +85,7 @@
        /**
         * Map of qnames to namespace URIs
         *
-        * @var array
+        * @var string[]
         */
        private $namespaces = array();
 
@@ -148,7 +148,7 @@
        /**
         * Returns a map of namespace names (prefixes) to URIs
         *
-        * @return array
+        * @return string[]
         */
        public function getNamespaces() {
                return $this->namespaces;
@@ -180,7 +180,7 @@
         * Returns a qname for the given entity type.
         * For well known types, these qnames refer to classes from the 
Wikibase ontology.
         *
-        * @param $type
+        * @param string $type
         *
         * @return string
         */
@@ -202,7 +202,7 @@
        /**
         * Get Wikibase value type name for ontology
         *
-        * @param DataValue $prop
+        * @param DataValue $val
         *
         * @return string
         */

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I49a974139342cf410b76502d75de51f839a477af
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Thiemo Mättig (WMDE) <thiemo.maet...@wikimedia.de>

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

Reply via email to