Fixing wrong inherited methodsyntax

This commit is contained in:
Philipp 2021-11-27 19:58:24 +01:00
parent 6fc2eeaeaf
commit 056702c1e0
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
24 changed files with 25 additions and 25 deletions

View file

@ -35,7 +35,7 @@ use Friendica\Model\Post;
*/
class UserTimeline extends BaseApi
{
public function rawContent()
protected function rawContent(array $request = [])
{
BaseApi::checkAllowedScope(BaseApi::SCOPE_READ);
$uid = BaseApi::getCurrentUserID();