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

phpmyfaq/inc/libs/tcpdf/tcpdf_parser.php 2 locations

@@ 308-311 (lines=4) @@
305
				$index_first = intval($sarr[($k +1)][1][0][1]);
306
				// number of entries in the subsection
307
				$index_entries = intval($sarr[($k +1)][1][1][1]);
308
			} elseif (($v[0] == '/') AND ($v[1] == 'Prev') AND (isset($sarr[($k +1)]) AND ($sarr[($k +1)][0] == 'numeric'))) {
309
				// get previous xref offset
310
				$prevxref = intval($sarr[($k +1)][1]);
311
			} elseif (($v[0] == '/') AND ($v[1] == 'W') AND (isset($sarr[($k +1)]))) {
312
				// number of bytes (in the decoded stream) of the corresponding field
313
				$wb = array();
314
				$wb[0] = intval($sarr[($k +1)][1][0][1]);
@@ 322-324 (lines=3) @@
319
				foreach ($decpar as $kdc => $vdc) {
320
					if (($vdc[0] == '/') AND ($vdc[1] == 'Columns') AND (isset($decpar[($kdc +1)]) AND ($decpar[($kdc +1)][0] == 'numeric'))) {
321
						$columns = intval($decpar[($kdc +1)][1]);
322
					} elseif (($vdc[0] == '/') AND ($vdc[1] == 'Predictor') AND (isset($decpar[($kdc +1)]) AND ($decpar[($kdc +1)][0] == 'numeric'))) {
323
						$predictor = intval($decpar[($kdc +1)][1]);
324
					}
325
				}
326
			} elseif ($filltrailer) {
327
				if (($v[0] == '/') AND ($v[1] == 'Size') AND (isset($sarr[($k +1)]) AND ($sarr[($k +1)][0] == 'numeric'))) {