Completed
Pull Request — gcconnex (#1531)
by Nick
14:34
created
mod/gcforums/start.php 1 patch
Doc Comments   +11 added lines patch added patch discarded remove patch
@@ -127,6 +127,9 @@  discard block
 block discarded – undo
127 127
 }
128 128
 
129 129
 /// recursively go through the forums and return group entity
130
+/**
131
+ * @return integer
132
+ */
130 133
 function gcforums_get_forum_in_group($entity_guid_static, $entity_guid)
131 134
 {
132 135
 	$entity = get_entity($entity_guid);
@@ -226,6 +229,9 @@  discard block
 block discarded – undo
226 229
 
227 230
 
228 231
 
232
+/**
233
+ * @param ElggEntity $entity
234
+ */
229 235
 function assemble_forum_breadcrumb($entity)
230 236
 {
231 237
 	$forum_guid = $entity->guid;
@@ -523,6 +529,7 @@  discard block
 block discarded – undo
523 529
  * TOTAL_POST : 1
524 530
  * TOTAL_TOPICS : 2
525 531
  * RECENT_POST : 3
532
+ * @param integer $type
526 533
  */
527 534
 function get_forums_statistics_information($container_guid, $type)
528 535
 {
@@ -672,6 +679,10 @@  discard block
 block discarded – undo
672 679
 
673 680
 
674 681
 
682
+/**
683
+ * @param integer|null $forum_guid
684
+ * @param integer|null $group_guid
685
+ */
675 686
 function gcforums_menu_buttons($forum_guid, $group_guid, $is_topic=false)
676 687
 {
677 688
 	// main page if forum_guid is not present
Please login to merge, or discard this patch.