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

@@ 715-722 (lines=8) @@
712
		{
713
			switch($search_target)
714
			{
715
				case 'content' :
716
					if($search_keyword)
717
					{
718
						$search_keyword = str_replace(' ', '%', $search_keyword);
719
					}
720
721
					$args->s_content = $search_keyword;
722
					break;
723
724
				case 'user_id' :
725
					if($search_keyword)
@@ 852-859 (lines=8) @@
849
		{
850
			switch($search_target)
851
			{
852
				case 'content' :
853
					if($search_keyword)
854
					{
855
						$search_keyword = str_replace(' ', '%', $search_keyword);
856
					}
857
858
					$args->s_content = $search_keyword;
859
					break;
860
861
				case 'user_id' :
862
					if($search_keyword)