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 ( 4b24db...18cdda )
by James
02:09
created
src/CloudFlare/Api.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -205,7 +205,7 @@
 block discarded – undo
205 205
         }
206 206
 
207 207
         //Removes null entries
208
-        $data = array_filter($data, function ($val) {
208
+        $data = array_filter($data, function($val){
209 209
             return !is_null($val);
210 210
         });
211 211
 
Please login to merge, or discard this patch.
src/CloudFlare/Zone/LoadBalancers.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,6 @@
 block discarded – undo
58 58
      * Load balancer details
59 59
      * Fetch a single configured load balancer
60 60
      *
61
-     * @param string $zone_identifier
62 61
      * @param string $identifier
63 62
      */
64 63
     public function details($identifier)
Please login to merge, or discard this patch.