]> git.mxchange.org Git - friendica.git/commitdiff
Code standards: Add missing space in ActivityPub\Processor
authorHypolite Petovan <hypolite@mrpetovan.com>
Mon, 25 Feb 2019 08:16:18 +0000 (03:16 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Mon, 25 Feb 2019 08:16:18 +0000 (03:16 -0500)
src/Protocol/ActivityPub/Processor.php

index e5ef354ba245097a73e3c1fdd1635ddaef7f3313..fafc26b7332f29743fdce7ee44fc67207aa7380f 100644 (file)
@@ -672,7 +672,7 @@ class Processor
                $implicit_mentions = [];
                if (empty($parent_author)) {
                        Logger::notice('Author public contact unknown.', ['author-link' => $parent['author-link'], 'item-id' => $parent['id']]);
-               }else {
+               } else {
                        $implicit_mentions[] = $parent_author['url'];
                        $implicit_mentions[] = $parent_author['nurl'];
                        $implicit_mentions[] = $parent_author['alias'];