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

classes/display/HTMLDisplayHandler.php 2 locations

@@ 475-484 (lines=10) @@
472
			$oContext->loadFile(array('./common/js/xml2json.js', 'head', '', -1000000), true);
473
			$oContext->loadFile(array('./common/js/xml_handler.js', 'head', '', -1000000), true);
474
			$oContext->loadFile(array('./common/js/xml_js_filter.js', 'head', '', -1000000), true);
475
			if(!__DISABLE_DEFAULT_CSS__)
476
			{
477
				$oContext->loadFile(array('./common/css/xe.css', '', '', -10000000), true);
478
				$oContext->loadFile(array('./common/css/mobile.css', '', '', -10000000), true);
479
			}
480
			else
481
			{
482
				$oContext->unloadFile(array('./common/css/xe.css', '', '', -10000000), true);
483
				$oContext->unloadFile(array('./common/css/mobile.css', '', '', -10000000), true);
484
			}
485
		}
486
		else
487
		{
@@ 491-500 (lines=10) @@
488
			$oContext->loadFile(array('./common/js/jquery.min.js', 'head', '', -1100000), true);
489
			$oContext->loadFile(array('./common/js/x.min.js', 'head', '', -1000000), true);
490
			$oContext->loadFile(array('./common/js/xe.min.js', 'head', '', -1000000), true);
491
			if(!__DISABLE_DEFAULT_CSS__)
492
			{
493
				$oContext->loadFile(array('./common/css/xe.min.css', '', '', -10000000), true);
494
				$oContext->loadFile(array('./common/css/mobile.min.css', '', '', -10000000), true);
495
			}
496
			else
497
			{
498
				$oContext->unloadFile(array('./common/css/xe.min.css', '', '', -10000000), true);
499
				$oContext->unloadFile(array('./common/css/mobile.min.css', '', '', -10000000), true);
500
			}
501
		}
502
	}
503