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 ( 695db5...fba8ee )
by Anton
02:16
created
src/Console/InitCommand.php 2 patches
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -173,6 +173,4 @@
 block discarded – undo
173 173
         $initializer->addTemplate('Drupal', new DrupalTemplate());
174 174
         $initializer->addTemplate('TYPO3', new Typo3Template());
175 175
 
176
-        return $initializer;
177
-    }
178
-}
176
+        return $initializer
179 177
\ No newline at end of file
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -173,6 +173,4 @@
 block discarded – undo
173 173
         $initializer->addTemplate('Drupal', new DrupalTemplate());
174 174
         $initializer->addTemplate('TYPO3', new Typo3Template());
175 175
 
176
-        return $initializer;
177
-    }
178
-}
176
+        return $initializer
179 177
\ No newline at end of file
Please login to merge, or discard this patch.