From 1ced4673fe4dfbfffc96ba394eb9e9ad06d56e2b Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 30 Nov 2022 13:35:57 +0000 Subject: [PATCH] Indention --- src/Factory/Api/Mastodon/Status.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } }