Standards
authorMichael <heluecht@pirati.ca>
Mon, 28 Jan 2019 22:06:28 +0000 (22:06 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 28 Jan 2019 22:06:28 +0000 (22:06 +0000)
src/Object/Post.php

index 39c9e76..3ac5c77 100644 (file)
@@ -781,7 +781,7 @@ class Post extends BaseObject
                        return '';
                }
 
-               $text = '@'.$item['author-addr'].' ';
+               $text = '@' . $item['author-addr'] . ' ';
 
                $terms = Term::tagArrayFromItemId($this->getId(), TERM_MENTION);