]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/NotificationsManager.php
Update more PHPDoc, including in include/
[friendica.git] / src / Core / NotificationsManager.php
index 2687719472f643e561100ef029cd8493a3bfa2f7..756a5ceb4b714cd04d8b469eefbb6e4c449bee12 100644 (file)
@@ -132,6 +132,7 @@ class NotificationsManager extends BaseObject
         * @param array $note note array
         * @param bool  $seen optional true or false, default true
         * @return bool true on success, false on errors
+        * @throws \Exception
         */
        public function setSeen($note, $seen = true)
        {
@@ -150,6 +151,7 @@ class NotificationsManager extends BaseObject
         *
         * @param bool $seen optional true or false. default true
         * @return bool true on success, false on error
+        * @throws \Exception
         */
        public function setAllSeen($seen = true)
        {