Completed
Pull Request — master (#13)
by Erwan
04:19 queued 02:07
created
acp/main_module.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -403,6 +403,9 @@  discard block
 block discarded – undo
403 403
 		return $attr;
404 404
 	}
405 405
 
406
+	/**
407
+	 * @return string
408
+	 */
406 409
 	protected function qte_move($attr_row, $action = 'move_up', $steps = 1)
407 410
 	{
408 411
 		global $db, $table_prefix;
@@ -530,7 +533,7 @@  discard block
 block discarded – undo
530 533
 	* Copy a permission (auth) option
531 534
 	*
532 535
 	* @param string		$auth_option		The name of the permission (auth) option
533
-	* @param int|false	$copy_from			If set, contains the id of the permission from which to copy the new one.
536
+	* @param string	$copy_from			If set, contains the id of the permission from which to copy the new one.
534 537
 	* @param bool		$clear_dest_perms	True if destination permissions should be deleted
535 538
 	* @return null
536 539
 	*/
Please login to merge, or discard this patch.