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 = 6-6 lines in 2 locations

symphony/lib/toolkit/class.administrationpage.php 2 locations

@@ 475-480 (lines=6) @@
472
        $this->Contents->appendChild($this->Form);
473
474
        // Validate date time config
475
        if (empty(__SYM_DATE_FORMAT__)) {
476
            $this->pageAlert(
477
                __('Your <code>%s</code> file does not define a date format', array(basename(CONFIG))),
478
                Alert::NOTICE
479
            );
480
        }
481
        if (empty(__SYM_TIME_FORMAT__)) {
482
            $this->pageAlert(
483
                __('Your <code>%s</code> file does not define a time format.', array(basename(CONFIG))),
@@ 481-486 (lines=6) @@
478
                Alert::NOTICE
479
            );
480
        }
481
        if (empty(__SYM_TIME_FORMAT__)) {
482
            $this->pageAlert(
483
                __('Your <code>%s</code> file does not define a time format.', array(basename(CONFIG))),
484
                Alert::NOTICE
485
            );
486
        }
487
488
        $this->view();
489