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

symphony/content/content.systemauthors.php 2 locations

@@ 640-648 (lines=9) @@
637
638
            if (is_array($this->_errors) && !empty($this->_errors)) {
639
                $this->pageAlert(__('There were some problems while attempting to save. Please check below for problem fields.'), Alert::ERROR);
640
            } else {
641
                $this->pageAlert(
642
                    __('Unknown errors occurred while attempting to save.')
643
                    . '<a href="' . SYMPHONY_URL . '/system/log/">'
644
                    . __('Check your activity log')
645
                    . '</a>.',
646
                    Alert::ERROR
647
                );
648
            }
649
        }
650
    }
651
@@ 810-818 (lines=9) @@
807
                    }
808
809
                    // Problems.
810
                } else {
811
                    $this->pageAlert(
812
                        __('Unknown errors occurred while attempting to save.')
813
                        . '<a href="' . SYMPHONY_URL . '/system/log/">'
814
                        . __('Check your activity log')
815
                        . '</a>.',
816
                        Alert::ERROR
817
                    );
818
                }
819
            }
820
821
            // Author doesn't have valid data, throw back.