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 ( cd44a9...cb09cd )
by Cees-Jan
03:49
created
src/ResourceGenerator.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -328,6 +328,9 @@
 block discarded – undo
328 328
         $this->applyPsr2($directory . $fileName);
329 329
     }
330 330
 
331
+    /**
332
+     * @param string $fileName
333
+     */
331 334
     protected function applyPsr2($fileName)
332 335
     {
333 336
         $file = new \SplFileInfo($fileName);
Please login to merge, or discard this patch.