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

@@ 2036-2037 (lines=2) @@
2033
			return $output;
2034
		}
2035
2036
		if(is_array($args->group_srl_list)) $group_srl_list = $args->group_srl_list;
2037
		else $group_srl_list = explode('|@|', $args->group_srl_list);
2038
		// If no value is entered the default group, the value of group registration
2039
		if(!$args->group_srl_list)
2040
		{
@@ 2247-2248 (lines=2) @@
2244
2245
		if($args->group_srl_list)
2246
		{
2247
			if(is_array($args->group_srl_list)) $group_srl_list = $args->group_srl_list;
2248
			else $group_srl_list = explode('|@|', $args->group_srl_list);
2249
			// If the group information, group information changes
2250
			if(count($group_srl_list) > 0)
2251
			{