]> git.mxchange.org Git - friendica.git/commitdiff
Coding styles
authorMichael <heluecht@pirati.ca>
Mon, 28 Nov 2022 06:52:55 +0000 (06:52 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 28 Nov 2022 06:52:55 +0000 (06:52 +0000)
src/Module/Api/Mastodon/FollowedTags.php

index bfa7db793594d5cb12debe462ea941c525efbb88..eb5e32fdc143c85264f6bea775e4db4e4471701c 100644 (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();
                }