Completed
Push — Opportunity-API ( f578e8 )
by
unknown
17:44
created
mod/gc_api/lib/blog.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -45,6 +45,9 @@
 block discarded – undo
45 45
 
46 46
 	return $output;
47 47
 }
48
+/**
49
+ * @param ElggEntity $entity
50
+ */
48 51
 function get_blog($entity)
49 52
 {
50 53
 	/*
Please login to merge, or discard this patch.
mod/gcconnex_theme/include/fgcontactform.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -758,6 +758,9 @@
 block discarded – undo
758 758
 		$this->message = $this->StripSlashes($_POST['message']);
759 759
 	}
760 760
 
761
+	/**
762
+	 * @param string $error
763
+	 */
761 764
 	public function add_error($error)
762 765
 	{
763 766
 		array_push($this->errors, $error);
Please login to merge, or discard this patch.
mod/wet4/start.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1744,7 +1744,7 @@
 block discarded – undo
1744 1744
  *
1745 1745
  * @author Ethan Wallace
1746 1746
  * @param string $desc Preview text from the discussion.
1747
- * @return string HTML to create embeded video
1747
+ * @return string[] HTML to create embeded video
1748 1748
  */
1749 1749
 function embed_discussion_river($desc)
1750 1750
 {
Please login to merge, or discard this patch.
mod/gcforums/start.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -606,6 +606,10 @@
 block discarded – undo
606 606
 
607 607
 
608 608
 /// recursively go through the nested forums to create the breadcrumb
609
+/**
610
+ * @param integer $forum_guid
611
+ * @param integer $recurse_forum_guid
612
+ */
609 613
 function assemble_nested_forums($breadcrumb, $forum_guid, $recurse_forum_guid) {
610 614
 	$lang = get_current_language();
611 615
 	$entity = get_entity($recurse_forum_guid);
Please login to merge, or discard this patch.