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 = 8-8 lines in 2 locations

modules/comment/comment.model.php 2 locations

@@ 701-708 (lines=8) @@
698
		{
699
			switch($search_target)
700
			{
701
				case 'content' :
702
					if($search_keyword)
703
					{
704
						$search_keyword = str_replace(' ', '%', $search_keyword);
705
					}
706
707
					$args->s_content = $search_keyword;
708
					break;
709
710
				case 'user_id' :
711
					if($search_keyword)
@@ 838-845 (lines=8) @@
835
		{
836
			switch($search_target)
837
			{
838
				case 'content' :
839
					if($search_keyword)
840
					{
841
						$search_keyword = str_replace(' ', '%', $search_keyword);
842
					}
843
844
					$args->s_content = $search_keyword;
845
					break;
846
847
				case 'user_id' :
848
					if($search_keyword)