Completed
Pull Request — master (#1887)
by
unknown
26:25 queued 05:07
created
mod/gc_mobile_api/models/bookmark.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -126,6 +126,9 @@
 block discarded – undo
126 126
   return $bookmarks;
127 127
 }//end get_bookmark
128 128
 
129
+/**
130
+ * @param ElggUser $user_entity
131
+ */
129 132
 function foreach_bookmark($bookmarks, $user_entity, $lang)
130 133
 {
131 134
   foreach ($bookmarks as $bookmark){
Please login to merge, or discard this patch.