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

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

@@ 571-578 (lines=8) @@
568
						case 2: { // Format 2: High-byte mapping through table
569
							$offset += 4; // skip length and version/language
570
							$numSubHeaders = 0;
571
							for ($i = 0; $i < 256; ++$i) {
572
								// Array that maps high bytes to subHeaders: value is subHeader index * 8.
573
								$subHeaderKeys[$i] = (TCPDF_STATIC::_getUSHORT($font, $offset) / 8);
574
								$offset += 2;
575
								if ($numSubHeaders < $subHeaderKeys[$i]) {
576
									$numSubHeaders = $subHeaderKeys[$i];
577
								}
578
							}
579
							// the number of subHeaders is equal to the max of subHeaderKeys + 1
580
							++$numSubHeaders;
581
							// read subHeader structures
@@ 1036-1043 (lines=8) @@
1033
				case 2: { // Format 2: High-byte mapping through table
1034
					$offset += 4; // skip length and version/language
1035
					$numSubHeaders = 0;
1036
					for ($i = 0; $i < 256; ++$i) {
1037
						// Array that maps high bytes to subHeaders: value is subHeader index * 8.
1038
						$subHeaderKeys[$i] = (TCPDF_STATIC::_getUSHORT($font, $offset) / 8);
1039
						$offset += 2;
1040
						if ($numSubHeaders < $subHeaderKeys[$i]) {
1041
							$numSubHeaders = $subHeaderKeys[$i];
1042
						}
1043
					}
1044
					// the number of subHeaders is equal to the max of subHeaderKeys + 1
1045
					++$numSubHeaders;
1046
					// read subHeader structures