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

@@ 1035-1039 (lines=5) @@
1032
        if ((!is_array($main_fields) || empty($main_fields)) && (!is_array($sidebar_fields) || empty($sidebar_fields))) {
1033
            $message = __('Fields must be added to this section before an entry can be created.');
1034
1035
            if (Symphony::Author()->isDeveloper()) {
1036
                $message .= ' <a href="' . SYMPHONY_URL . '/blueprints/sections/edit/' . $section->get('id') . '/" accesskey="c">'
1037
                . __('Add fields')
1038
                . '</a>';
1039
            }
1040
1041
            $this->pageAlert($message, Alert::ERROR);
1042
        } else {
@@ 1334-1338 (lines=5) @@
1331
        if ((!is_array($main_fields) || empty($main_fields)) && (!is_array($sidebar_fields) || empty($sidebar_fields))) {
1332
            $message = __('Fields must be added to this section before an entry can be created.');
1333
1334
            if (Symphony::Author()->isDeveloper()) {
1335
                $message .= ' <a href="' . SYMPHONY_URL . '/blueprints/sections/edit/' . $section->get('id') . '/" accesskey="c">'
1336
                . __('Add fields')
1337
                . '</a>';
1338
            }
1339
1340
            $this->pageAlert($message, Alert::ERROR);
1341
        } else {