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

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