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

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(-)

Approvals:
  Ejegg: Looks good to me, approved
  Legoktm: Looks good to me, but someone else must approve
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: Icd341a8996dad0b801cf1a1a13cc4a929cdd86e0
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/DonationInterface
Gerrit-Branch: master
Gerrit-Owner: Addshore <[email protected]>
Gerrit-Reviewer: Awight <[email protected]>
Gerrit-Reviewer: Ejegg <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: Ssmith <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to