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

phpmyfaq/inc/libs/tcpdf/include/tcpdf_static.php 2 locations

@@ 2009-2011 (lines=3) @@
2006
			$cssdata = preg_replace('/@media[\s]+([^\§]*)§([^§]*)§/i', '', $cssdata);
2007
		}
2008
		// keep 'all' and 'print' media, other media types are discarded
2009
		if (isset($cssblocks['all']) AND !empty($cssblocks['all'])) {
2010
			$cssdata .= $cssblocks['all'];
2011
		}
2012
		if (isset($cssblocks['print']) AND !empty($cssblocks['print'])) {
2013
			$cssdata .= $cssblocks['print'];
2014
		}
@@ 2012-2014 (lines=3) @@
2009
		if (isset($cssblocks['all']) AND !empty($cssblocks['all'])) {
2010
			$cssdata .= $cssblocks['all'];
2011
		}
2012
		if (isset($cssblocks['print']) AND !empty($cssblocks['print'])) {
2013
			$cssdata .= $cssblocks['print'];
2014
		}
2015
		// reset css blocks array
2016
		$cssblocks = array();
2017
		$matches = array();