Fix errors in statusnet addon

This commit is contained in:
Art4 2024-12-08 23:06:51 +00:00
parent b99ac65c0b
commit cfb6b3123f
3 changed files with 14 additions and 19 deletions

View file

@ -93,7 +93,7 @@ class TwitterOAuth
/**
* Get a request_token
*
* @param callback $oauth_callback
* @param callable $oauth_callback
* @return array
*/
function getRequestToken($oauth_callback = null)
@ -112,8 +112,6 @@ class TwitterOAuth
/**
* Get the authorize URL
*
* @param array $token
* @param bool $sign_in_with_tumblr
* @return string
*/
function getAuthorizeURL($token, $sign_in_with_twitter = TRUE)