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

symphony/content/content.blueprintsevents.php 1 location

@@ 450-452 (lines=3) @@
447
        }
448
449
        // Duplicate
450
        if ($isDuplicate) {
451
            $this->_errors['name'] = __('An Event with the name %s already exists', array('<code>' . $classname . '</code>'));
452
        }
453
454
        if (empty($this->_errors)) {
455
            $source = $fields['source'];

symphony/content/content.blueprintsdatasources.php 1 location

@@ 1199-1201 (lines=3) @@
1196
        }
1197
1198
        // Duplicate
1199
        if ($isDuplicate) {
1200
            $this->_errors['name'] = __('A Data source with the name %s already exists', array('<code>' . $classname . '</code>'));
1201
        }
1202
1203
        if (empty($this->_errors)) {
1204
            $filters = array();