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.
Passed
Push — master ( 95167d...f64803 )
by Sebastian
02:12
created
src/ReCaptchaField.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -133,7 +133,7 @@
 block discarded – undo
133 133
     public function validate($validator)
134 134
     {
135 135
         $recaptchaResponse = Controller::curr()->getRequest()->requestVar('g-recaptcha-response');
136
-        $response = json_decode((string)$this->siteVerify($recaptchaResponse), true);
136
+        $response = json_decode((string) $this->siteVerify($recaptchaResponse), true);
137 137
 
138 138
         return $this->verify($response, $validator);
139 139
     }
Please login to merge, or discard this patch.