]> git.mxchange.org Git - friendica.git/blobdiff - src/Collection/Api/Notifications.php
Merge pull request #13676 from MrPetovan/bug/13673-markers-json-output
[friendica.git] / src / Collection / Api / Notifications.php
index f44ba6000f62a0ab65ac16dfe64e10fe660a997f..4bb1eaa5669562f98ad1d4039cf413f9e3de02bb 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
  *
@@ -29,6 +29,7 @@ class Notifications extends BaseCollection
        /**
         * @return Notification
         */
+       #[\ReturnTypeWillChange]
        public function current()
        {
                return parent::current();