GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.

Code Duplication    Length = 2-2 lines in 2 locations

modules/member/member.controller.php 2 locations

@@ 2104-2105 (lines=2) @@
2101
			return $output;
2102
		}
2103
2104
		if(is_array($args->group_srl_list)) $group_srl_list = $args->group_srl_list;
2105
		else $group_srl_list = explode('|@|', $args->group_srl_list);
2106
		// If no value is entered the default group, the value of group registration
2107
		if(!$args->group_srl_list)
2108
		{
@@ 2330-2331 (lines=2) @@
2327
2328
		if($args->group_srl_list)
2329
		{
2330
			if(is_array($args->group_srl_list)) $group_srl_list = $args->group_srl_list;
2331
			else $group_srl_list = explode('|@|', $args->group_srl_list);
2332
			// If the group information, group information changes
2333
			if(count($group_srl_list) > 0)
2334
			{