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

component/admin/models/packagefile.php 1 location

@@ 784-792 (lines=9) @@
781
			}
782
		}
783
784
		if ($msg)
785
		{
786
			$msg .= '<p>...</p>';
787
			$msg .= JText::_('COM_LOCALISE_UNTRANSLATED');
788
			$app->enqueueMessage($msg, 'error');
789
			$app->redirect(JRoute::_('index.php?option=com_localise&view=packagefile&layout=edit&id=' . $this->getState('packagefile.id'), false));
790
791
			return false;
792
		}
793
794
		$text .= "\t" . '</fileset>' . "\n";
795

component/admin/models/package.php 1 location

@@ 995-1003 (lines=9) @@
992
				$admin_package_files[] = array('name' => $data['language'] . '.css','data' => $css_data);
993
			}
994
995
			if ($msg)
996
			{
997
				$msg .= '<p>...</p>';
998
				$msg .= JText::_('COM_LOCALISE_UNTRANSLATED');
999
				$app->enqueueMessage($msg, 'error');
1000
				$app->redirect(JRoute::_('index.php?option=com_localise&view=package&layout=edit&id=' . $this->getState('package.id'), false));
1001
1002
				return false;
1003
			}
1004
1005
			$admin_txt .= "\t\t" . '<filename file="meta">install.xml</filename>' . "\n";
1006
			$admin_txt .= "\t\t" . '<filename file="meta">' . $data['language'] . '.xml</filename>' . "\n";