From: Brion Vibber Date: Tue, 15 Mar 2011 19:51:29 +0000 (-0700) Subject: Doc comment on Notice->getTags() to clarify the return data type X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8de24335d2e65ada6f32e15b919c552b74c0039d;p=quix0rs-gnu-social.git Doc comment on Notice->getTags() to clarify the return data type --- diff --git a/classes/Notice.php b/classes/Notice.php index e5c758005d..664e5dab9f 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -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();