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.blueprintssections.php 2 locations

@@ 242-246 (lines=5) @@
239
        $label = Widget::Label(__('Navigation Group'));
240
        $label->appendChild(Widget::Input('meta[navigation_group]', $meta['navigation_group']));
241
242
        if (isset($this->_errors['navigation_group'])) {
243
            $navgroupdiv->appendChild(Widget::Error($label, $this->_errors['navigation_group']));
244
        } else {
245
            $navgroupdiv->appendChild($label);
246
        }
247
248
        if (is_array($sections) && !empty($sections)) {
249
            $ul = new XMLElement('ul', null, array('class' => 'tags singular', 'data-interactive' => 'data-interactive'));
@@ 452-456 (lines=5) @@
449
        $label = Widget::Label(__('Navigation Group'));
450
        $label->appendChild(Widget::Input('meta[navigation_group]', $meta['navigation_group']));
451
452
        if (isset($this->_errors['navigation_group'])) {
453
            $navgroupdiv->appendChild(Widget::Error($label, $this->_errors['navigation_group']));
454
        } else {
455
            $navgroupdiv->appendChild($label);
456
        }
457
458
        if (is_array($sections) && !empty($sections)) {
459
            $ul = new XMLElement('ul', null, array('class' => 'tags singular', 'data-interactive' => 'data-interactive'));