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

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