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 ( abe803...75229a )
by Sebastian
02:16
created
src/ReCaptchaField.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -174,7 +174,7 @@
 block discarded – undo
174 174
 
175 175
         curl_close($ch);
176 176
 
177
-        $response = json_decode((string)$result, true);
177
+        $response = json_decode((string) $result, true);
178 178
         if (is_array($response)) {
179 179
             if (array_key_exists('success', $response) && $response['success'] == false) {
180 180
                 $validator->validationError(
Please login to merge, or discard this patch.