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 ( 7ccb00...3d3a85 )
by Emmanuel
11:30
created
src/GlLinkChecker.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -226,7 +226,7 @@
 block discarded – undo
226 226
                 if ($file->getExtension() == 'json') {
227 227
                     $linksByFile[$keyname] = $this->getJsonLinks($inner);
228 228
                 } else {
229
-                    throw new \Exception("Extension unknown : " . $keyname);
229
+                    throw new \Exception("Extension unknown : ".$keyname);
230 230
                 }
231 231
             }
232 232
         }
Please login to merge, or discard this patch.