]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Doc comment on Notice->getTags() to clarify the return data type
authorBrion Vibber <brion@pobox.com>
Tue, 15 Mar 2011 19:51:29 +0000 (12:51 -0700)
committerBrion Vibber <brion@pobox.com>
Tue, 15 Mar 2011 19:51:29 +0000 (12:51 -0700)
classes/Notice.php

index e5c758005d5c945cdd7dddc3581af7ba7dd03e8c..664e5dab9f85d3c4d51901a041e7638ef285ab2b 100644 (file)
@@ -2006,6 +2006,11 @@ class Notice extends Memcached_DataObject
                 $this->is_local == Notice::LOCAL_NONPUBLIC);
     }
 
+    /**
+     * Get the list of hash tags saved with this notice.
+     *
+     * @return array of strings
+     */
     public function getTags()
     {
         $tags = array();