Passed
Push — master ( 0f7b61...be3b3f )
by Jeroen
04:30
created
engine/lib/comments.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@  discard block
 block discarded – undo
38 38
  * Page handler for generic comments manipulation.
39 39
  *
40 40
  * @param array $segments
41
- * @return bool
41
+ * @return boolean|null
42 42
  * @access private
43 43
  */
44 44
 function _elgg_comments_page_handler($segments) {
@@ -166,7 +166,7 @@  discard block
 block discarded – undo
166 166
  * @param boolean $return Can the current user write to this container?
167 167
  * @param array   $params Array of parameters (container, user, subtype)
168 168
  *
169
- * @return array
169
+ * @return boolean
170 170
  * @access private
171 171
  * @todo this doesn't seem to make a difference if a user can comment or not
172 172
  */
Please login to merge, or discard this patch.