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 ( 4eef74...99ef5b )
by James
03:46
created
src/CloudFlare/Zone/Settings.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
63 63
      */
64 64
     public function always_use_https($zone_identifier)
65 65
     {
66
-        return $this->get('zones/' . $zone_identifier . '/settings/always_use_https');
66
+        return $this->get('zones/'.$zone_identifier.'/settings/always_use_https');
67 67
     }
68 68
 
69 69
     /**
@@ -434,7 +434,7 @@  discard block
 block discarded – undo
434 434
         $data = array(
435 435
             'value' => $value
436 436
         );
437
-        return $this->patch('zones/' . $zone_identifier . '/settings/always_use_https', $data);
437
+        return $this->patch('zones/'.$zone_identifier.'/settings/always_use_https', $data);
438 438
     }
439 439
 
440 440
     /**
Please login to merge, or discard this patch.