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

widgets/content/content.class.php 1 location

@@ 606-609 (lines=4) @@
603
				else if($links->attrs->rel == 'alternate') $item->link = $links->attrs->href;
604
605
				$content_item->setContentsLink($rss->link);
606
				if($item->title)
607
				{
608
					if(stripos($value->title->attrs->type, "html") === FALSE) $item->title = $value->title->body;
609
				}
610
				$content_item->setTitle($item->title);
611
				$content_item->setNickName(max($item->author,$item->{'dc:creator'}));
612
				$content_item->setAuthorSite($value->author->uri->body);

widgets/mcontent/mcontent.class.php 1 location

@@ 555-558 (lines=4) @@
552
				else if($links->attrs->rel == 'alternate') $item->link = $links->attrs->href;
553
	
554
				$content_item->setContentsLink($rss->link);
555
				if($item->title)
556
				{
557
					if(stripos($value->title->attrs->type, "html") === FALSE) $item->title = $value->title->body;
558
				}
559
				$content_item->setTitle($item->title);
560
				$content_item->setNickName(max($item->author,$item->{'dc:creator'}));
561
				$content_item->setAuthorSite($value->author->uri->body);