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
Pull Request — master (#80)
by Juliette
04:12
created
src/Plugin.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -264,11 +264,11 @@
 block discarded – undo
264 264
         }
265 265
     }
266 266
 
267
-	/**
268
-	 * Get the path to the current PHP version being used.
269
-	 *
270
-	 * Duplicate of the same in the EventDispatcher class in Composer itself.
271
-	 */
267
+    /**
268
+     * Get the path to the current PHP version being used.
269
+     *
270
+     * Duplicate of the same in the EventDispatcher class in Composer itself.
271
+     */
272 272
     protected function getPhpExecCommand()
273 273
     {
274 274
         $finder = new PhpExecutableFinder();
Please login to merge, or discard this patch.