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 2 locations

phpmyfaq/inc/PMF/Faq.php 2 locations

@@ 1961-1965 (lines=5) @@
1958
                AND fd.id = fv.artikel
1959
                AND fd.active = \'yes\'';
1960
1961
        if (isset($categoryId) && is_numeric($categoryId) && ($categoryId != 0)) {
1962
            $query .= '
1963
            AND
1964
                fcr.category_id = \''.$categoryId.'\'';
1965
        }
1966
        if (isset($language) && PMF_Language::isASupportedLanguage($language)) {
1967
            $query .= '
1968
            AND
@@ 2059-2063 (lines=5) @@
2056
                AND fd.lang = fv.lang
2057
                AND fd.active = \'yes\'';
2058
2059
        if (isset($categoryId) && is_numeric($categoryId) && ($categoryId != 0)) {
2060
            $query .= '
2061
            AND
2062
                fcr.category_id = \''.$categoryId.'\'';
2063
        }
2064
        if (isset($language) && PMF_Language::isASupportedLanguage($language)) {
2065
            $query .= '
2066
            AND