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

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

@@ 1724-1732 (lines=9) @@
1721
     *
1722
     * @return \Faker\Generator A Faker\Generator instance
1723
     */
1724
    protected function getHautelookAlice_FakerService($lazyLoad = true)
1725
    {
1726
        $this->services['hautelook_alice.faker'] = $instance = \Faker\Factory::create('en_US');
1727
1728
        $instance->seed(1);
1729
        $instance->addProvider($this->get('faker.provider.foo'));
1730
1731
        return $instance;
1732
    }
1733
1734
    /**
1735
     * Gets the 'hautelook_alice.faker.provider_chain' service.

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

@@ 1190-1198 (lines=9) @@
1187
     *
1188
     * @return \Faker\Generator A Faker\Generator instance
1189
     */
1190
    protected function getHautelookAlice_FakerService($lazyLoad = true)
1191
    {
1192
        $this->services['hautelook_alice.faker'] = $instance = \Faker\Factory::create('en_US');
1193
1194
        $instance->seed(1);
1195
        $instance->addProvider($this->get('faker.provider.foo'));
1196
1197
        return $instance;
1198
    }
1199
1200
    /*
1201
     * Gets the 'hautelook_alice.faker.provider_chain' service.