]> git.mxchange.org Git - friendica.git/blobdiff - src/Content/ForumManager.php
Update more PHPDoc, including in include/
[friendica.git] / src / Content / ForumManager.php
index 88c22c5676f7c8c9b6d75e009df7b56932656646..11847383fe96f3e46983398b1c9afe65abf5d13a 100644 (file)
@@ -188,9 +188,10 @@ class ForumManager
         * Count unread items of connected forums and private groups
         *
         * @return array
-        *      'id' => contact id
-        *      'name' => contact/forum name
-        *      'count' => counted unseen forum items
+        *    'id' => contact id
+        *    'name' => contact/forum name
+        *    'count' => counted unseen forum items
+        * @throws \Exception
         */
        public static function countUnseenItems()
        {