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/Category.php 1 location

@@ 638-640 (lines=3) @@
635
                $number[$parent] = 0;
636
            }
637
638
            if ($this->_config->get('records.hideEmptyCategories') && 0 === $number[$parent] && '-' === $hasChild) {
639
                continue;
640
            }
641
642
            if ($leveldiff > 1) {
643
                $output .= '</li>';

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

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