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

@@ 2199-2200 (lines=2) @@
2196
			return $output;
2197
		}
2198
2199
		if(is_array($args->group_srl_list)) $group_srl_list = $args->group_srl_list;
2200
		else $group_srl_list = explode('|@|', $args->group_srl_list);
2201
		// If no value is entered the default group, the value of group registration
2202
		if(!$args->group_srl_list)
2203
		{
@@ 2425-2426 (lines=2) @@
2422
2423
		if($args->group_srl_list)
2424
		{
2425
			if(is_array($args->group_srl_list)) $group_srl_list = $args->group_srl_list;
2426
			else $group_srl_list = explode('|@|', $args->group_srl_list);
2427
			// If the group information, group information changes
2428
			if(count($group_srl_list) > 0)
2429
			{