Completed
Push — master ( a93112...75382e )
by Daniel
16:13
created
blocks/featured_member.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -221,7 +221,7 @@  discard block
 block discarded – undo
221 221
 
222 222
 	/**
223 223
 	 * @param array $userlist
224
-	 * @param $change_user
224
+	 * @param boolean $change_user
225 225
 	 * @return int
226 226
 	 */
227 227
 	private function _get_featured_user(array $userlist, $change_user)
@@ -360,7 +360,7 @@  discard block
 block discarded – undo
360 360
 	}
361 361
 
362 362
 	/**
363
-	 * @param $user_id
363
+	 * @param integer $user_id
364 364
 	 * @return array|string
365 365
 	 */
366 366
 	private function _get_profile_fields($user_id)
@@ -476,7 +476,7 @@  discard block
 block discarded – undo
476 476
 	}
477 477
 
478 478
 	/**
479
-	 * @return array
479
+	 * @return boolean
480 480
 	 */
481 481
 	private function _get_cpf_fields()
482 482
 	{
Please login to merge, or discard this patch.