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

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