[twitter] Add type hint to twitter_fetchparentposts

pull/622/head
Hypolite Petovan 2018-06-15 20:54:19 -04:00
parent b5f687f816
commit fb0e99ba0e
1 changed files with 1 additions and 1 deletions

View File

@ -1561,7 +1561,7 @@ function twitter_checknotification(App $a, $uid, $own_id, $top_item, $postarray)
}
}
function twitter_fetchparentposts(App $a, $uid, $post, $connection, $self, $own_id)
function twitter_fetchparentposts(App $a, $uid, $post, TwitterOAuth $connection, $self, $own_id)
{
logger("twitter_fetchparentposts: Fetching for user " . $uid . " and post " . $post->id_str, LOGGER_DEBUG);