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

@@ 1158-1162 (lines=5) @@
1155
					$args->{"s_".$search_target} = $search_keyword;
1156
					$use_division = true;
1157
					break;
1158
				case 'title_content' :
1159
					if($search_keyword) $search_keyword = str_replace(' ','%',$search_keyword);
1160
					$args->s_title = $search_keyword;
1161
					$args->s_content = $search_keyword;
1162
					break;
1163
				case 'user_id' :
1164
					if($search_keyword) $search_keyword = str_replace(' ','%',$search_keyword);
1165
					$args->s_user_id = $search_keyword;
@@ 1404-1409 (lines=6) @@
1401
					$args->{"s_".$search_target} = $search_keyword;
1402
					$use_division = true;
1403
					break;
1404
				case 'title_content' :
1405
					if($search_keyword) $search_keyword = str_replace(' ','%',$search_keyword);
1406
					$args->s_title = $search_keyword;
1407
					$args->s_content = $search_keyword;
1408
					$use_division = true;
1409
					break;
1410
				case 'user_id' :
1411
					if($search_keyword) $search_keyword = str_replace(' ','%',$search_keyword);
1412
					$args->s_user_id = $search_keyword;