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.
Passed
Push — master ( d70c89...2d756e )
by Christian
01:55
created
src/EventListener/ORM/TablePrefixEventListener.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@
 block discarded – undo
96 96
             return;
97 97
         }
98 98
 
99
-        $newDefinition  = $classMetadata->sequenceGeneratorDefinition;
99
+        $newDefinition = $classMetadata->sequenceGeneratorDefinition;
100 100
 
101 101
         $sequenceName = $newDefinition['sequenceName'];
102 102
         if (!$this->prefixExists($sequenceName)) {
Please login to merge, or discard this patch.