Addshore has uploaded a new change for review.

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

Change subject: Fix @return tag of SpecialWikibaseQueryPage::getResult
......................................................................

Fix @return tag of SpecialWikibaseQueryPage::getResult

Change-Id: Ie54f5ffb691a4a6cf177193a798c63e2b49b5f59
---
M lib/includes/ValuesFinder.php
M repo/includes/specials/SpecialWikibaseQueryPage.php
2 files changed, 2 insertions(+), 2 deletions(-)


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

diff --git a/lib/includes/ValuesFinder.php b/lib/includes/ValuesFinder.php
index 61def38..fc1358c 100644
--- a/lib/includes/ValuesFinder.php
+++ b/lib/includes/ValuesFinder.php
@@ -29,7 +29,7 @@
        }
 
        /**
-        * Find all data values for the specified data type in the array of 
snaks.
+        * Find all data values for the specifie        d data type in the 
array of snaks.
         *
         * @param Snak[] $snaks
         * @param string $dataType
diff --git a/repo/includes/specials/SpecialWikibaseQueryPage.php 
b/repo/includes/specials/SpecialWikibaseQueryPage.php
index 3be1b67..820f52f 100644
--- a/repo/includes/specials/SpecialWikibaseQueryPage.php
+++ b/repo/includes/specials/SpecialWikibaseQueryPage.php
@@ -109,7 +109,7 @@
         * @param integer $offset Start to include at number of entries from 
the start title
         * @param integer $limit Stop at number of entries after start of 
inclusion
         *
-        * @return Array[]
+        * @return array
         */
        abstract protected function getResult( $offset = 0, $limit = 0 );
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie54f5ffb691a4a6cf177193a798c63e2b49b5f59
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Addshore <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to