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

classes/display/HTMLDisplayHandler.php 2 locations

@@ 403-410 (lines=8) @@
400
			$oContext->loadFile(array('./common/js/xml2json.js', 'head', '', -1000000), true);
401
			$oContext->loadFile(array('./common/js/xml_handler.js', 'head', '', -1000000), true);
402
			$oContext->loadFile(array('./common/js/xml_js_filter.js', 'head', '', -1000000), true);
403
			if(!__DISABLE_DEFAULT_CSS__)
404
			{
405
				$oContext->loadFile(array('./common/css/xe.css', '', '', -10000000), true);
406
			}
407
			else
408
			{
409
				$oContext->unloadFile(array('./common/css/xe.css', '', '', -10000000), true);
410
			}
411
		}
412
		else
413
		{
@@ 418-425 (lines=8) @@
415
			$oContext->loadFile(array('./common/js/jquery.min.js', 'head', 'gte IE 9', -1100000), true);
416
			$oContext->loadFile(array('./common/js/x.min.js', 'head', '', -1000000), true);
417
			$oContext->loadFile(array('./common/js/xe.min.js', 'head', '', -1000000), true);
418
			if(!__DISABLE_DEFAULT_CSS__)
419
			{
420
				$oContext->loadFile(array('./common/css/xe.min.css', '', '', -10000000), true);
421
			}
422
			else
423
			{
424
				$oContext->unloadFile(array('./common/css/xe.min.css', '', '', -10000000), true);
425
			}
426
		}
427
428
		// for admin page, add admin css