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

fixtures/SymfonyApp/cache/test/SymfonyAppTestDebugProjectContainer.php 1 location

@@ 2203-2210 (lines=8) @@
2200
     *
2201
     * @return \Symfony\Component\Translation\Extractor\ChainExtractor A Symfony\Component\Translation\Extractor\ChainExtractor instance
2202
     */
2203
    protected function getTranslation_ExtractorService()
2204
    {
2205
        $this->services['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
2206
2207
        $instance->addExtractor('php', $this->get('translation.extractor.php'));
2208
2209
        return $instance;
2210
    }
2211
2212
    /**
2213
     * Gets the 'translation.extractor.php' service.

fixtures/SymfonyApp/cache/test/SymfonyAppTestProjectContainer.php 1 location

@@ 1669-1676 (lines=8) @@
1666
     *
1667
     * @return \Symfony\Component\Translation\Extractor\ChainExtractor A Symfony\Component\Translation\Extractor\ChainExtractor instance
1668
     */
1669
    protected function getTranslation_ExtractorService()
1670
    {
1671
        $this->services['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
1672
1673
        $instance->addExtractor('php', $this->get('translation.extractor.php'));
1674
1675
        return $instance;
1676
    }
1677
1678
    /*
1679
     * Gets the 'translation.extractor.php' service.