Indention
This commit is contained in:
@@ -169,13 +169,13 @@ class Status extends BaseFactory
|
|||||||
|
|
||||||
foreach ($this->mstdnMentionFactory->createFromUriId($shared_uri_id)->getArrayCopy() as $mention) {
|
foreach ($this->mstdnMentionFactory->createFromUriId($shared_uri_id)->getArrayCopy() as $mention) {
|
||||||
if (!in_array($mention, $mentions)) {
|
if (!in_array($mention, $mentions)) {
|
||||||
$mentions[] = $mention;
|
$mentions[] = $mention;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach ($this->mstdnTagFactory->createFromUriId($shared_uri_id) as $tag) {
|
foreach ($this->mstdnTagFactory->createFromUriId($shared_uri_id) as $tag) {
|
||||||
if (!in_array($tag, $tags)) {
|
if (!in_array($tag, $tags)) {
|
||||||
$tags[] = $tag;
|
$tags[] = $tag;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user