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

@@ 1056-1060 (lines=5) @@
1053
        if ((!is_array($main_fields) || empty($main_fields)) && (!is_array($sidebar_fields) || empty($sidebar_fields))) {
1054
            $message = __('Fields must be added to this section before an entry can be created.');
1055
1056
            if (Symphony::Author()->isDeveloper()) {
1057
                $message .= ' <a href="' . SYMPHONY_URL . '/blueprints/sections/edit/' . $section->get('id') . '/" accesskey="c">'
1058
                . __('Add fields')
1059
                . '</a>';
1060
            }
1061
1062
            $this->pageAlert($message, Alert::ERROR);
1063
        } else {
@@ 1355-1359 (lines=5) @@
1352
        if ((!is_array($main_fields) || empty($main_fields)) && (!is_array($sidebar_fields) || empty($sidebar_fields))) {
1353
            $message = __('Fields must be added to this section before an entry can be created.');
1354
1355
            if (Symphony::Author()->isDeveloper()) {
1356
                $message .= ' <a href="' . SYMPHONY_URL . '/blueprints/sections/edit/' . $section->get('id') . '/" accesskey="c">'
1357
                . __('Add fields')
1358
                . '</a>';
1359
            }
1360
1361
            $this->pageAlert($message, Alert::ERROR);
1362
        } else {