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 ( c43a37...de5e54 )
by Dirk
06:44 queued 04:41
created
src/Pinterest/Utils/CurlBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -222,7 +222,7 @@
 block discarded – undo
222 222
                             preg_match('/Location:(.*?)\n/i', $header, $matches);
223 223
                             $newurl = trim(array_pop($matches));
224 224
                         } else if ($code >= 300 && $code <= 399) {
225
-                            throw new PinterestException('Error: Unhandled 3xx HTTP code: ' . $code);
225
+                            throw new PinterestException('Error: Unhandled 3xx HTTP code: '.$code);
226 226
                         } else {
227 227
                             $code = 0;
228 228
                         }
Please login to merge, or discard this patch.