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 — remote-vetting ( 2533bb...cc506c )
by
unknown
01:25
created
src/Http/JsonHelper.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -31,6 +31,9 @@
 block discarded – undo
31 31
         JSON_ERROR_UTF8           => 'JSON_ERROR_UTF8 - Malformed UTF-8 characters, possibly incorrectly encoded',
32 32
     ];
33 33
 
34
+    /**
35
+     * @param string $json
36
+     */
34 37
     public static function decode($json)
35 38
     {
36 39
         if (!is_string($json)) {
Please login to merge, or discard this patch.