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.blueprintsdatasources.php 1 location

@@ 1454-1456 (lines=3) @@
1451
            }
1452
1453
            // Duplicate
1454
            if ($isDuplicate) {
1455
                $this->_errors['name'] = __('A Data source with the name %s already exists',
1456
                    array('<code>' . $classname . '</code>'));
1457
            }
1458
1459
            if (empty($this->_errors)) {

symphony/content/content.blueprintsevents.php 1 location

@@ 440-442 (lines=3) @@
437
            }
438
439
            // Duplicate
440
            if ($isDuplicate) {
441
                $this->_errors['name'] = __('An Event with the name %s already exists',
442
                    array('<code>' . $classname . '</code>'));
443
            }
444
445
            if (empty($this->_errors)) {