Addshore has uploaded a new change for review.

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

Change subject: Fix @returns >> @return phpdoc
......................................................................

Fix @returns >> @return phpdoc

Change-Id: Icd341a8996dad0b801cf1a1a13cc4a929cdd86e0
---
M tests/includes/test_gateway/test.adapter.php
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/DonationInterface 
refs/changes/92/154492/1

diff --git a/tests/includes/test_gateway/test.adapter.php 
b/tests/includes/test_gateway/test.adapter.php
index 318641b..e989144 100644
--- a/tests/includes/test_gateway/test.adapter.php
+++ b/tests/includes/test_gateway/test.adapter.php
@@ -135,7 +135,7 @@
         * Returns the variable $this->dataObj which should be an instance of
         * DonationData.
         *
-        * @returns DonationData
+        * @return DonationData
         */
        public function getDonationData() {
                return $this->dataObj;
@@ -622,7 +622,7 @@
         * Returns the variable $this->dataObj which should be an instance of
         * DonationData.
         *
-        * @returns DonationData
+        * @return DonationData
         */
        public function getDonationData() {
                return $this->dataObj;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icd341a8996dad0b801cf1a1a13cc4a929cdd86e0
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/DonationInterface
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