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

modules/syndication/syndication.model.php 2 locations

@@ 579-579 (lines=1) @@
576
577
		$domain = $module_info[$module_srl]->domain;
578
		$url = getFullSiteUrl($domain, '', 'mid', $module_info[$module_srl]->mid);
579
		if(substr($url,0,1)=='/') $domain = $this->uri_scheme . $this->site_url . $url;
580
		return $url;
581
	}
582
@@ 607-607 (lines=1) @@
604
605
		$domain = $module_info->domain;
606
		$url = getFullSiteUrl($domain, '', 'mid', $module_info->mid, 'document_srl', $document_srl);
607
		if(substr($url,0,1)=='/') $domain = $this->uri_scheme . $this->site_url.$url;
608
		return $url;
609
	}
610