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

symphony/content/content.publish.php 2 locations

@@ 1036-1040 (lines=5) @@
1033
        if ((!is_array($main_fields) || empty($main_fields)) && (!is_array($sidebar_fields) || empty($sidebar_fields))) {
1034
            $message = __('Fields must be added to this section before an entry can be created.');
1035
1036
            if (Symphony::Author()->isDeveloper()) {
1037
                $message .= ' <a href="' . SYMPHONY_URL . '/blueprints/sections/edit/' . $section->get('id') . '/" accesskey="c">'
1038
                . __('Add fields')
1039
                . '</a>';
1040
            }
1041
1042
            $this->pageAlert($message, Alert::ERROR);
1043
        } else {
@@ 1350-1354 (lines=5) @@
1347
        if ((!is_array($main_fields) || empty($main_fields)) && (!is_array($sidebar_fields) || empty($sidebar_fields))) {
1348
            $message = __('Fields must be added to this section before an entry can be created.');
1349
1350
            if (Symphony::Author()->isDeveloper()) {
1351
                $message .= ' <a href="' . SYMPHONY_URL . '/blueprints/sections/edit/' . $section->get('id') . '/" accesskey="c">'
1352
                . __('Add fields')
1353
                . '</a>';
1354
            }
1355
1356
            $this->pageAlert($message, Alert::ERROR);
1357
        } else {