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
Branch master (c9c4b9)
by Nico
05:42
created
Category
Api.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
      *
26 26
      * @var array
27 27
      */
28
-    private $allowedMethods = array('GET','POST');
28
+    private $allowedMethods = array('GET', 'POST');
29 29
 
30 30
     /**
31 31
      * The url of the API.
Please login to merge, or discard this patch.