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

@@ 1145-1149 (lines=5) @@
1142
					$args->{"s_".$search_target} = $search_keyword;
1143
					$use_division = true;
1144
					break;
1145
				case 'title_content' :
1146
					if($search_keyword) $search_keyword = str_replace(' ','%',$search_keyword);
1147
					$args->s_title = $search_keyword;
1148
					$args->s_content = $search_keyword;
1149
					break;
1150
				case 'user_id' :
1151
					if($search_keyword) $search_keyword = str_replace(' ','%',$search_keyword);
1152
					$args->s_user_id = $search_keyword;
@@ 1390-1395 (lines=6) @@
1387
					$args->{"s_".$search_target} = $search_keyword;
1388
					$use_division = true;
1389
					break;
1390
				case 'title_content' :
1391
					if($search_keyword) $search_keyword = str_replace(' ','%',$search_keyword);
1392
					$args->s_title = $search_keyword;
1393
					$args->s_content = $search_keyword;
1394
					$use_division = true;
1395
					break;
1396
				case 'user_id' :
1397
					if($search_keyword) $search_keyword = str_replace(' ','%',$search_keyword);
1398
					$args->s_user_id = $search_keyword;