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

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