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

symphony/content/content.blueprintsdatasources.php 1 location

@@ 1275-1277 (lines=3) @@
1272
                        if (preg_match('/^\d+(\.\d+)*$/', $value)) {
1273
                            $fieldset->appendChild(new XMLElement('p', __('%1$s released on %2$s',
1274
                                array($value, DateTimeObj::format($release_date, __SYM_DATE_FORMAT__)))));
1275
                        } else {
1276
                            $fieldset->appendChild(new XMLElement('p', __('Created by %1$s at %2$s',
1277
                                array($value, DateTimeObj::format($release_date, __SYM_DATE_FORMAT__)))));
1278
                        }
1279
                        break;
1280
                    case 'description':

symphony/content/content.blueprintsevents.php 1 location

@@ 311-315 (lines=5) @@
308
                        new XMLElement('p', __('%1$s released on %2$s',
309
                            array($version, DateTimeObj::format($release_date, __SYM_DATE_FORMAT__))))
310
                    );
311
                } elseif (!is_null($version)) {
312
                    $fieldset->appendChild(
313
                        new XMLElement('p', __('Created by %1$s at %2$s',
314
                            array($version, DateTimeObj::format($release_date, __SYM_DATE_FORMAT__))))
315
                    );
316
                } else {
317
                    $fieldset->appendChild(
318
                        new XMLElement('p',