Replace $parameters argument per method with static::$parameters
This commit is contained in:
@@ -37,10 +37,9 @@ use Friendica\Network\HTTPException;
|
||||
class PublicTimeline extends BaseApi
|
||||
{
|
||||
/**
|
||||
* @param array $parameters
|
||||
* @throws HTTPException\InternalServerErrorException
|
||||
*/
|
||||
public static function rawContent(array $parameters = [])
|
||||
public static function rawContent()
|
||||
{
|
||||
$uid = self::getCurrentUserID();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user