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 = 3-3 lines in 2 locations

phpmyfaq/inc/PMF/Helper/Category.php 1 location

@@ 176-178 (lines=3) @@
173
                    $number[$parent] = 0;
174
                }
175
176
                if ($this->_config->get('records.hideEmptyCategories') && 0 === $number[$parent] && '-' === $hasChild) {
177
                    continue;
178
                }
179
180
                if ($leveldiff > 1) {
181
                    $output .= '</li>';

phpmyfaq/inc/PMF/Category.php 1 location

@@ 686-688 (lines=3) @@
683
                $number[$parent] = 0;
684
            }
685
686
            if ($this->_config->get('records.hideEmptyCategories') && 0 === $number[$parent] && '-' === $hasChild) {
687
                continue;
688
            }
689
690
            if ($levelDiff > 1) {
691
                $output .= '</li>';