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

@@ 1098-1102 (lines=5) @@
1095
            if ((!is_array($main_fields) || empty($main_fields)) && (!is_array($sidebar_fields) || empty($sidebar_fields))) {
1096
                $message = __('Fields must be added to this section before an entry can be created.');
1097
1098
                if (Symphony::Author()->isDeveloper()) {
1099
                    $message .= ' <a href="' . SYMPHONY_URL . '/blueprints/sections/edit/' . $section->get('id') . '/" accesskey="c">'
1100
                        . __('Add fields')
1101
                        . '</a>';
1102
                }
1103
1104
                $this->pageAlert($message, Alert::ERROR);
1105
            } else {
@@ 1759-1763 (lines=5) @@
1756
            if ((!is_array($main_fields) || empty($main_fields)) && (!is_array($sidebar_fields) || empty($sidebar_fields))) {
1757
                $message = __('Fields must be added to this section before an entry can be created.');
1758
1759
                if (Symphony::Author()->isDeveloper()) {
1760
                    $message .= ' <a href="' . SYMPHONY_URL . '/blueprints/sections/edit/' . $section->get('id') . '/" accesskey="c">'
1761
                        . __('Add fields')
1762
                        . '</a>';
1763
                }
1764
1765
                $this->pageAlert($message, Alert::ERROR);
1766
            } else {