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 ( 231b2b...352be5 )
by James
03:33
created
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.
src/CloudFlare/Api.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -175,7 +175,7 @@
 block discarded – undo
175 175
         $method = (is_null($method) ? 'get' : $method);
176 176
 
177 177
         //Removes null entries
178
-        $data = array_filter($data, function ($val) {
178
+        $data = array_filter($data, function($val){
179 179
             return !is_null($val);
180 180
         });
181 181
 
Please login to merge, or discard this patch.