X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FApi%2FMastodon%2FFilters.php;h=c2ee8034304a3dbd8dceae054e824f4771969151;hb=85f57e69faaca3645c596afd12e4b024194ae349;hp=2b505e0f29bde4bd17ea53433b3200ee28e03430;hpb=98803064eb6c15adeebf8a0bc28b686240fca693;p=friendica.git diff --git a/src/Module/Api/Mastodon/Filters.php b/src/Module/Api/Mastodon/Filters.php index 2b505e0f29..c2ee803430 100644 --- a/src/Module/Api/Mastodon/Filters.php +++ b/src/Module/Api/Mastodon/Filters.php @@ -1,6 +1,6 @@ response->unsupported(Router::POST, $request); } /** - * @param array $parameters * @throws \Friendica\Network\HTTPException\InternalServerErrorException */ - public static function rawContent(array $parameters = []) + protected function rawContent(array $request = []) { self::checkAllowedScope(self::SCOPE_READ);