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

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