Doc comment on Notice->getTags() to clarify the return data type
This commit is contained in:
parent
b66250c6aa
commit
8de24335d2
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue
Block a user