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

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

@@ 1634-1638 (lines=5) @@
1631
					break;
1632
				}
1633
				case 'border.b':
1634
				case 'beveled': {
1635
					$opt['border'] = array(0, 0, $linewidth);
1636
					$opt['bs'] = array('w'=>$linewidth, 's'=>'B');
1637
					break;
1638
				}
1639
				case 'border.i':
1640
				case 'inset': {
1641
					$opt['border'] = array(0, 0, $linewidth);
@@ 1640-1644 (lines=5) @@
1637
					break;
1638
				}
1639
				case 'border.i':
1640
				case 'inset': {
1641
					$opt['border'] = array(0, 0, $linewidth);
1642
					$opt['bs'] = array('w'=>$linewidth, 's'=>'I');
1643
					break;
1644
				}
1645
				case 'border.u':
1646
				case 'underline': {
1647
					$opt['border'] = array(0, 0, $linewidth);
@@ 1646-1650 (lines=5) @@
1643
					break;
1644
				}
1645
				case 'border.u':
1646
				case 'underline': {
1647
					$opt['border'] = array(0, 0, $linewidth);
1648
					$opt['bs'] = array('w'=>$linewidth, 's'=>'U');
1649
					break;
1650
				}
1651
				case 'border.s':
1652
				case 'solid': {
1653
					$opt['border'] = array(0, 0, $linewidth);
@@ 1652-1656 (lines=5) @@
1649
					break;
1650
				}
1651
				case 'border.s':
1652
				case 'solid': {
1653
					$opt['border'] = array(0, 0, $linewidth);
1654
					$opt['bs'] = array('w'=>$linewidth, 's'=>'S');
1655
					break;
1656
				}
1657
				default: {
1658
					break;
1659
				}