Replace $parameters argument per method with static::$parameters
This commit is contained in:
@@ -30,7 +30,7 @@ use Friendica\Module\BaseApi;
|
||||
*/
|
||||
class VerifyCredentials extends BaseApi
|
||||
{
|
||||
public static function rawContent(array $parameters = [])
|
||||
public static function rawContent()
|
||||
{
|
||||
self::checkAllowedScope(self::SCOPE_READ);
|
||||
$application = self::getCurrentApplication();
|
||||
|
||||
Reference in New Issue
Block a user