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

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