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 ( 072bc6...f2b09a )
by Maurice
02:08
created
src/Naneau/Obfuscator/Obfuscator/Event/FileError.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,8 @@
 block discarded – undo
32 32
      * Constructor
33 33
      *
34 34
      * @param string $file
35
-     * @return void
35
+     * @param string $errorMessage
36
+     * @return null|Event
36 37
      **/
37 38
     public function __construct($file, $errorMessage)
38 39
     {
Please login to merge, or discard this patch.