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

@@ 254-258 (lines=5) @@
251
            $label->appendChild(Widget::Input('meta[handle]',
252
                (isset($meta['handle']) ? General::sanitize($meta['handle']) : null)));
253
254
            if (isset($this->_errors['handle'])) {
255
                $handlediv->appendChild(Widget::Error($label, $this->_errors['handle']));
256
            } else {
257
                $handlediv->appendChild($label);
258
            }
259
260
            $div->appendChild($handlediv);
261
@@ 515-519 (lines=5) @@
512
            $label->appendChild(Widget::Input('meta[handle]',
513
                (isset($meta['handle']) ? General::sanitize($meta['handle']) : null)));
514
515
            if (isset($this->_errors['handle'])) {
516
                $handlediv->appendChild(Widget::Error($label, $this->_errors['handle']));
517
            } else {
518
                $handlediv->appendChild($label);
519
            }
520
521
            $div->appendChild($handlediv);
522