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

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

@@ 692-695 (lines=4) @@
689
						}
690
						case 8: { // Format 8: Mixed 16-bit and 32-bit coverage
691
							$offset += 10; // skip reserved, length and version/language
692
							for ($k = 0; $k < 8192; ++$k) {
693
								$is32[$k] = TCPDF_STATIC::_getBYTE($font, $offset);
694
								++$offset;
695
							}
696
							$nGroups = TCPDF_STATIC::_getULONG($font, $offset);
697
							$offset += 4;
698
							for ($i = 0; $i < $nGroups; ++$i) {
@@ 1165-1168 (lines=4) @@
1162
				}
1163
				case 8: { // Format 8: Mixed 16-bit and 32-bit coverage
1164
					$offset += 10; // skip reserved, length and version/language
1165
					for ($k = 0; $k < 8192; ++$k) {
1166
						$is32[$k] = TCPDF_STATIC::_getBYTE($font, $offset);
1167
						++$offset;
1168
					}
1169
					$nGroups = TCPDF_STATIC::_getULONG($font, $offset);
1170
					$offset += 4;
1171
					for ($i = 0; $i < $nGroups; ++$i) {