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

@@ 2007-2011 (lines=5) @@
2004
                AND fd.id = fv.artikel
2005
                AND fd.active = \'yes\'';
2006
2007
        if (isset($categoryId) && is_numeric($categoryId) && ($categoryId != 0)) {
2008
            $query .= '
2009
            AND
2010
                fcr.category_id = \''.$categoryId.'\'';
2011
        }
2012
        if (isset($language) && PMF_Language::isASupportedLanguage($language)) {
2013
            $query .= '
2014
            AND
@@ 2105-2109 (lines=5) @@
2102
                AND fd.lang = fv.lang
2103
                AND fd.active = \'yes\'';
2104
2105
        if (isset($categoryId) && is_numeric($categoryId) && ($categoryId != 0)) {
2106
            $query .= '
2107
            AND
2108
                fcr.category_id = \''.$categoryId.'\'';
2109
        }
2110
        if (isset($language) && PMF_Language::isASupportedLanguage($language)) {
2111
            $query .= '
2112
            AND