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

phpmyfaq/inc/PMF/Faq.php 2 locations

@@ 2531-2537 (lines=7) @@
2528
                break;
2529
            case FAQ_QUERY_TYPE_EXPORT_PDF:
2530
            case FAQ_QUERY_TYPE_EXPORT_XHTML:
2531
            case FAQ_QUERY_TYPE_EXPORT_XML:
2532
                if ($needAndOp) {
2533
                    $query .= " AND";
2534
                }
2535
                $query .= " fd.active = '".FAQ_SQL_ACTIVE_YES."'";
2536
                $needAndOp = true;
2537
                break;
2538
            default:
2539
                if ($needAndOp) {
2540
                    $query .= " AND";
@@ 2538-2544 (lines=7) @@
2535
                $query .= " fd.active = '".FAQ_SQL_ACTIVE_YES."'";
2536
                $needAndOp = true;
2537
                break;
2538
            default:
2539
                if ($needAndOp) {
2540
                    $query .= " AND";
2541
                }
2542
                $query .= " fd.active = '".FAQ_SQL_ACTIVE_YES."'";
2543
                $needAndOp = true;
2544
                break;
2545
        }
2546
        // Sort criteria
2547
        switch ($QueryType) {