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

modules/syndication/syndication.model.php 2 locations

@@ 461-466 (lines=6) @@
458
		$time_zone = substr($GLOBALS['_time_zone'],0,3).':'.substr($GLOBALS['_time_zone'],3);
459
		Context::set('time_zone', $time_zone);
460
461
		if($cur_page<$total_page) {
462
			$next_url = $this->getSelfHref($id, $type);
463
			if($startTime) $next_url .= '&startTime='.$startTime;
464
			if($endTime) $next_url .= '&endTime='.$endTime;
465
			$result->next_url = $next_url.'&page='.($cur_page+1);
466
		}
467
468
		if($output->data) {
469
			foreach($output->data as $key => $val) {
@@ 505-510 (lines=6) @@
502
		$time_zone = substr($GLOBALS['_time_zone'],0,3).':'.substr($GLOBALS['_time_zone'],3);
503
		Context::set('time_zone', $time_zone);
504
505
		if($cur_page<$total_page) {
506
			$next_url = $this->getSelfHref($id, $type);
507
			if($startTime) $next_url .= '&startTime='.$startTime;
508
			if($endTime) $next_url .= '&endTime='.$endTime;
509
			$result->next_url = $next_url . '&page='.($cur_page+1);
510
		}
511
512
		if($output->data) {
513
			foreach($output->data as $key => $val) {