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

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