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

@@ 1408-1411 (lines=4) @@
1405
			{
1406
				$result[$k] = !preg_match('/^[0-9,]+$/', $v) ? (int) $v : $v;
1407
			}
1408
			elseif($key === 'mid' || $key === 'search_keyword')
1409
			{
1410
				$result[$k] = htmlspecialchars($v, ENT_COMPAT | ENT_HTML401, 'UTF-8', FALSE);
1411
			}
1412
			elseif($key === 'vid')
1413
			{
1414
				$result[$k] = urlencode($v);
@@ 1416-1419 (lines=4) @@
1413
			{
1414
				$result[$k] = urlencode($v);
1415
			}
1416
			elseif($key === 'xe_validator_id')
1417
			{
1418
				$result[$k] = htmlspecialchars($v, ENT_COMPAT | ENT_HTML401, 'UTF-8', FALSE);
1419
			}
1420
			elseif(stripos($key, 'XE_VALIDATOR', 0) === 0)
1421
			{
1422
				unset($result[$k]);