]> git.mxchange.org Git - friendica.git/blobdiff - src/Object/Email.php
Merge pull request #12591 from MrPetovan/task/2023-licence
[friendica.git] / src / Object / Email.php
index 4d5a11715cace161baed3287072d48c27c8e914f..f6a72985231af6b58c42518f5664a5069fc1edc4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -200,6 +200,7 @@ class Email implements IEmail
        /**
         * @inheritDoc
         */
+       #[\ReturnTypeWillChange]
        public function jsonSerialize()
        {
                return $this->toArray();