Coding styles

This commit is contained in:
Michael 2022-11-28 06:52:55 +00:00
parent a7639a2341
commit 73ba7d8005

View file

@ -67,7 +67,7 @@ class FollowedTags extends BaseApi
self::setBoundaries($saved_search['id']);
$tag = ['name' => ltrim($saved_search['term'], '#')];
$hashtag = new \Friendica\Object\Api\Mastodon\Tag($this->baseUrl, $tag, [], true);
$hashtag = new \Friendica\Object\Api\Mastodon\Tag($this->baseUrl, $tag, [], true);
$return[] = $hashtag->toArray();
}