]> git.mxchange.org Git - friendica.git/blobdiff - src/Object/Api/Twitter/Hashtag.php
Merge pull request #13676 from MrPetovan/bug/13673-markers-json-output
[friendica.git] / src / Object / Api / Twitter / Hashtag.php
index f6b7a491aa3ca05bf989085b8f1ce24b26f67424..eb5109748cff3f797b1c4f1af8ae2af68b39ac86 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -44,7 +44,7 @@ class Hashtag extends BaseDataTransferObject
        public function __construct(string $name, array $indices)
        {
                $this->indices = $indices;
-               $this->text = $name;
+               $this->text    = $name;
        }
 
        /**