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 ( bd4ed9...406bff )
by Luke
02:22
created
src/Loader/Json.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
      *
55 55
      * @since  1.1.0
56 56
      *
57
-     * @param $file_content string
57
+     * @param string $file_content string
58 58
      *
59 59
      * @return void
60 60
      */
Please login to merge, or discard this patch.
src/Loader/LoaderInterface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -32,6 +32,7 @@
 block discarded – undo
32 32
      * @since  1.0.0
33 33
      *
34 34
      * @param $file string Path of file to convert to PHP array
35
+     * @return void
35 36
      */
36 37
     public function __construct($file);
37 38
 
Please login to merge, or discard this patch.