From 8de24335d2e65ada6f32e15b919c552b74c0039d Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 15 Mar 2011 12:51:29 -0700 Subject: [PATCH] Doc comment on Notice->getTags() to clarify the return data type --- classes/Notice.php | 5 +++++ 1 file changed, 5 insertions(+) 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();