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.
Completed
Push — master ( b3923f...d7e0b9 )
by Petko
02:44
created
Generator/PetkoparaCrudGenerator.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -160,7 +160,6 @@
 block discarded – undo
160 160
 
161 161
         /**
162 162
          * Generates the controller class only.
163
-         * @param boolean $config->getOverwrite()
164 163
          */
165 164
         protected function generateCrudControllerClass() {
166 165
         $dir = $this->bundle->getPath();
Please login to merge, or discard this patch.
Generator/PetkoparaFilterGenerator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Petkopara\CrudGeneratorBundle\Generator;
4 4
 
5
-use Doctrine\Bundle\DoctrineBundle\Mapping\DisconnectedMetadataFactory;
6 5
 use Doctrine\ORM\Mapping\ClassMetadataInfo;
7 6
 use Petkopara\CrudGeneratorBundle\Generator\Guesser\MetadataGuesser;
8 7
 use RuntimeException;
Please login to merge, or discard this patch.