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

@@ 1878-1882 (lines=5) @@
1875
                AND fd.id = fv.artikel
1876
                AND fd.active = \'yes\'';
1877
1878
        if (isset($categoryId) && is_numeric($categoryId) && ($categoryId != 0)) {
1879
            $query .= '
1880
            AND
1881
                fcr.category_id = \''.$categoryId.'\'';
1882
        }
1883
        if (isset($language) && PMF_Language::isASupportedLanguage($language)) {
1884
            $query .= '
1885
            AND
@@ 1978-1982 (lines=5) @@
1975
                AND fd.lang = fv.lang
1976
                AND fd.active = \'yes\'';
1977
1978
        if (isset($categoryId) && is_numeric($categoryId) && ($categoryId != 0)) {
1979
            $query .= '
1980
            AND
1981
                fcr.category_id = \''.$categoryId.'\'';
1982
        }
1983
        if (isset($language) && PMF_Language::isASupportedLanguage($language)) {
1984
            $query .= '
1985
            AND