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

@@ 748-755 (lines=8) @@
745
					$args->s_email_address = $search_keyword;
746
					break;
747
748
				case 'homepage' :
749
					if($search_keyword)
750
					{
751
						$search_keyword = str_replace(' ', '%', $search_keyword);
752
					}
753
754
					$args->s_homepage = $search_keyword;
755
					break;
756
757
				case 'regdate' :
758
					$args->s_regdate = $search_keyword;
@@ 884-891 (lines=8) @@
881
					$args->s_email_address = $search_keyword;
882
					break;
883
884
				case 'homepage' :
885
					if($search_keyword)
886
					{
887
						$search_keyword = str_replace(' ', '%', $search_keyword);
888
					}
889
890
					$args->s_homepage = $search_keyword;
891
					break;
892
893
				case 'regdate' :
894
					$args->s_regdate = $search_keyword;