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

@@ 2745-2751 (lines=7) @@
2742
                break;
2743
            case FAQ_QUERY_TYPE_EXPORT_PDF:
2744
            case FAQ_QUERY_TYPE_EXPORT_XHTML:
2745
            case FAQ_QUERY_TYPE_EXPORT_XML:
2746
                if ($needAndOp) {
2747
                    $query .= ' AND';
2748
                }
2749
                $query .= " fd.active = '".FAQ_SQL_ACTIVE_YES."'";
2750
                $needAndOp = true;
2751
                break;
2752
            default:
2753
                if ($needAndOp) {
2754
                    $query .= ' AND';
@@ 2752-2758 (lines=7) @@
2749
                $query .= " fd.active = '".FAQ_SQL_ACTIVE_YES."'";
2750
                $needAndOp = true;
2751
                break;
2752
            default:
2753
                if ($needAndOp) {
2754
                    $query .= ' AND';
2755
                }
2756
                $query .= " fd.active = '".FAQ_SQL_ACTIVE_YES."'";
2757
                $needAndOp = true;
2758
                break;
2759
        }
2760
        // Sort criteria
2761
        switch ($QueryType) {