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

modules/document/document.model.php 2 locations

@@ 1149-1153 (lines=5) @@
1146
					$args->{"s_".$search_target} = $search_keyword;
1147
					$use_division = true;
1148
					break;
1149
				case 'title_content' :
1150
					if($search_keyword) $search_keyword = str_replace(' ','%',$search_keyword);
1151
					$args->s_title = $search_keyword;
1152
					$args->s_content = $search_keyword;
1153
					break;
1154
				case 'user_id' :
1155
					if($search_keyword) $search_keyword = str_replace(' ','%',$search_keyword);
1156
					$args->s_user_id = $search_keyword;
@@ 1394-1399 (lines=6) @@
1391
					$args->{"s_".$search_target} = $search_keyword;
1392
					$use_division = true;
1393
					break;
1394
				case 'title_content' :
1395
					if($search_keyword) $search_keyword = str_replace(' ','%',$search_keyword);
1396
					$args->s_title = $search_keyword;
1397
					$args->s_content = $search_keyword;
1398
					$use_division = true;
1399
					break;
1400
				case 'user_id' :
1401
					if($search_keyword) $search_keyword = str_replace(' ','%',$search_keyword);
1402
					$args->s_user_id = $search_keyword;