diff options
Diffstat (limited to 'engine/lib/annotations.php')
-rw-r--r-- | engine/lib/annotations.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engine/lib/annotations.php b/engine/lib/annotations.php index 72e43fa5c..f858fa8d1 100644 --- a/engine/lib/annotations.php +++ b/engine/lib/annotations.php @@ -984,6 +984,8 @@ $count = false) { * @see elgg_get_entities_from_annotation_calculation() * * @param array $options An options array. + * + * @return string */ function elgg_list_entities_from_annotation_calculation($options) { return elgg_list_entities($options, 'elgg_get_entities_from_annotation_calculation'); |