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

@@ 2224-2225 (lines=2) @@
2221
			return $output;
2222
		}
2223
2224
		if(is_array($args->group_srl_list)) $group_srl_list = $args->group_srl_list;
2225
		else $group_srl_list = explode('|@|', $args->group_srl_list);
2226
		// If no value is entered the default group, the value of group registration
2227
		if(!$args->group_srl_list)
2228
		{
@@ 2450-2451 (lines=2) @@
2447
2448
		if($args->group_srl_list)
2449
		{
2450
			if(is_array($args->group_srl_list)) $group_srl_list = $args->group_srl_list;
2451
			else $group_srl_list = explode('|@|', $args->group_srl_list);
2452
			// If the group information, group information changes
2453
			if(count($group_srl_list) > 0)
2454
			{