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

@@ 1775-1779 (lines=5) @@
1772
                AND fd.id = fv.artikel
1773
                AND fd.active = \'yes\'';
1774
1775
        if (isset($categoryId) && is_numeric($categoryId) && ($categoryId != 0)) {
1776
            $query .= '
1777
            AND
1778
                fcr.category_id = \''.$categoryId.'\'';
1779
        }
1780
        if (isset($language) && PMF_Language::isASupportedLanguage($language)) {
1781
            $query .= '
1782
            AND
@@ 1874-1878 (lines=5) @@
1871
                AND fd.lang = fv.lang
1872
                AND fd.active = \'yes\'';
1873
1874
        if (isset($categoryId) && is_numeric($categoryId) && ($categoryId != 0)) {
1875
            $query .= '
1876
            AND
1877
                fcr.category_id = \''.$categoryId.'\'';
1878
        }
1879
        if (isset($language) && PMF_Language::isASupportedLanguage($language)) {
1880
            $query .= '
1881
            AND