Addshore has uploaded a new change for review.

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

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

Fix @returns >> @return phpdoc

Change-Id: I8e72d36ee0050df9275b23a2118869d65afd217b
---
M includes/twitteroauth.php
1 file changed, 4 insertions(+), 4 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CommunityTwitter 
refs/changes/91/154491/1

diff --git a/includes/twitteroauth.php b/includes/twitteroauth.php
index 3fb5052..0c6042a 100644
--- a/includes/twitteroauth.php
+++ b/includes/twitteroauth.php
@@ -70,7 +70,7 @@
   /**
    * Get a request_token from Twitter
    *
-   * @returns a key/value array containing oauth_token and oauth_token_secret
+   * @return a key/value array containing oauth_token and oauth_token_secret
    */
   function getRequestToken($oauth_callback) {
     $parameters = array();
@@ -84,7 +84,7 @@
   /**
    * Get the authorize URL
    *
-   * @returns a string
+   * @return a string
    */
   function getAuthorizeURL($token, $sign_in_with_twitter = TRUE) {
     if (is_array($token)) {
@@ -101,7 +101,7 @@
    * Exchange request token and secret for an access token and
    * secret, to sign API calls.
    *
-   * @returns array("oauth_token" => "the-access-token",
+   * @return array("oauth_token" => "the-access-token",
    *                "oauth_token_secret" => "the-access-secret",
    *                "user_id" => "9436992",
    *                "screen_name" => "abraham")
@@ -118,7 +118,7 @@
   /**
    * One time exchange of username and password for access token and secret.
    *
-   * @returns array("oauth_token" => "the-access-token",
+   * @return array("oauth_token" => "the-access-token",
    *                "oauth_token_secret" => "the-access-secret",
    *                "user_id" => "9436992",
    *                "screen_name" => "abraham",

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

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