]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Notice.php
Fix broken user activitystreams feed due to deleted notices
[quix0rs-gnu-social.git] / classes / Notice.php
index 15b96ae670a01aa7b4a0e75416042ffe60cd7492..b70dd97dc36f7bf8b05521607e9addc899496f17 100644 (file)
@@ -1962,9 +1962,11 @@ class Notice extends Managed_DataObject
     /**
      * Convert a notice into an activity for export.
      *
-     * @param Profile $scoped   The currently logged in/scoped profile
+     * @param Profile $scoped The currently logged in/scoped profile
      *
      * @return Activity activity object representing this Notice.
+     * @throws ClientException
+     * @throws ServerException
      */
 
     function asActivity(Profile $scoped=null)