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

phpmyfaq/inc/PMF/Faq.php 2 locations

@@ 391-396 (lines=6) @@
388
        }
389
390
        if ($num > 0) {
391
            if ($pages > 1) {
392
                $output .= sprintf('<p><strong>%s %s %s</strong></p>',
393
                    $this->pmf_lang['msgPage'] . $page,
394
                    $this->pmf_lang['msgVoteFrom'],
395
                    $pages . $this->pmf_lang['msgPages']);
396
            }
397
            $output .= '<ul class="phpmyfaq_ul">';
398
399
            $counter          = 0;
@@ 576-581 (lines=6) @@
573
        }
574
575
        if ($num > 0) {
576
            if ($pages > 1) {
577
                $output .= sprintf('<p><strong>%s %s %s</strong></p>',
578
                    $this->pmf_lang['msgPage'] . $page,
579
                    $this->pmf_lang['msgVoteFrom'],
580
                    $pages . $this->pmf_lang['msgPages']);
581
            }
582
            $output .= '<ul class="phpmyfaq_ul">';
583
            $counter = 0;
584
            $displayedCounter = 0;