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

@ -52,11 +52,6 @@ class StatusNetOAuth extends TwitterOAuth
*
* Copied here from the TwitterOAuth library and complemented by applying the proxy settings of Friendica
*
* @param string $method
* @param string $host
* @param string $path
* @param array $parameters
*
* @return array|object API results
*/
function http($url, $method, $postfields = NULL)