From: Michael Date: Wed, 30 Nov 2022 13:35:57 +0000 (+0000) Subject: Indention X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1ced4673fe4dfbfffc96ba394eb9e9ad06d56e2b;p=friendica.git Indention --- diff --git a/src/Factory/Api/Mastodon/Status.php b/src/Factory/Api/Mastodon/Status.php index 44f3fa02fa..7aa31077ba 100644 --- a/src/Factory/Api/Mastodon/Status.php +++ b/src/Factory/Api/Mastodon/Status.php @@ -169,13 +169,13 @@ class Status extends BaseFactory foreach ($this->mstdnMentionFactory->createFromUriId($shared_uri_id)->getArrayCopy() as $mention) { if (!in_array($mention, $mentions)) { - $mentions[] = $mention; + $mentions[] = $mention; } } foreach ($this->mstdnTagFactory->createFromUriId($shared_uri_id) as $tag) { if (!in_array($tag, $tags)) { - $tags[] = $tag; + $tags[] = $tag; } }