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

@@ 762-769 (lines=8) @@
759
					$args->s_email_address = $search_keyword;
760
					break;
761
762
				case 'homepage' :
763
					if($search_keyword)
764
					{
765
						$search_keyword = str_replace(' ', '%', $search_keyword);
766
					}
767
768
					$args->s_homepage = $search_keyword;
769
					break;
770
771
				case 'regdate' :
772
					$args->s_regdate = $search_keyword;
@@ 898-905 (lines=8) @@
895
					$args->s_email_address = $search_keyword;
896
					break;
897
898
				case 'homepage' :
899
					if($search_keyword)
900
					{
901
						$search_keyword = str_replace(' ', '%', $search_keyword);
902
					}
903
904
					$args->s_homepage = $search_keyword;
905
					break;
906
907
				case 'regdate' :
908
					$args->s_regdate = $search_keyword;