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

@@ 2014-2015 (lines=2) @@
2011
			return $output;
2012
		}
2013
2014
		if(is_array($args->group_srl_list)) $group_srl_list = $args->group_srl_list;
2015
		else $group_srl_list = explode('|@|', $args->group_srl_list);
2016
		// If no value is entered the default group, the value of group registration
2017
		if(!$args->group_srl_list)
2018
		{
@@ 2222-2223 (lines=2) @@
2219
2220
		if($args->group_srl_list)
2221
		{
2222
			if(is_array($args->group_srl_list)) $group_srl_list = $args->group_srl_list;
2223
			else $group_srl_list = explode('|@|', $args->group_srl_list);
2224
			// If the group information, group information changes
2225
			if(count($group_srl_list) > 0)
2226
			{