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

symphony/content/content.publish.php 2 locations

@@ 1731-1734 (lines=4) @@
1728
1729
                            $element->appendChild($ul);
1730
                        // No entries
1731
                        } else {
1732
                            $element->setAttribute('class', 'association parent empty');
1733
                            $header->appendChild(new XMLElement('p', __('No links to %s', array($a->generate()))));
1734
                        }
1735
                        $content->appendChild($element);
1736
                        unset($field);
1737
                    }
@@ 1852-1855 (lines=4) @@
1849
                        }
1850
1851
                        // No entries
1852
                    } else {
1853
                        $element->setAttribute('class', 'association child empty');
1854
                        $header->appendChild(new XMLElement('p', __('No links in %s', array($a->generate()))));
1855
                    }
1856
1857
                    $header->appendChild($create);
1858
                    $element->prependChild($header);