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

classes/context/Context.class.php 2 locations

@@ 2415-2418 (lines=4) @@
2412
			{
2413
				$filename = substr($filename, 2);
2414
			}
2415
			if(substr_compare($filename, '.js', -3) === 0)
2416
			{
2417
				$self->loadFile(array($plugin_path . $filename, 'body', '', 0), TRUE);
2418
			}
2419
			if(substr_compare($filename, '.css', -4) === 0)
2420
			{
2421
				$self->loadFile(array($plugin_path . $filename, 'all', '', 0), TRUE);
@@ 2419-2422 (lines=4) @@
2416
			{
2417
				$self->loadFile(array($plugin_path . $filename, 'body', '', 0), TRUE);
2418
			}
2419
			if(substr_compare($filename, '.css', -4) === 0)
2420
			{
2421
				$self->loadFile(array($plugin_path . $filename, 'all', '', 0), TRUE);
2422
			}
2423
		}
2424
2425
		if(is_dir($plugin_path . 'lang'))