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 ( c1e833...ea834f )
by Emmanuel
14:11
created
src/GlLinkCheckerReport.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
      *
68 68
      * @return string
69 69
      */
70
-    private static function toHtml($title,array $links)
70
+    private static function toHtml($title, array $links)
71 71
     {
72 72
         $html = '<!DOCTYPE HTML>';
73 73
         $html .= '<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">';
Please login to merge, or discard this patch.