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 ( 3939a5...82ffcc )
by Emmanuel
02:25
created
src/GlLinkChecker.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -154,8 +154,8 @@  discard block
 block discarded – undo
154 154
     {
155 155
         $result = [];
156 156
 
157
-        $this->checkStatus($result,$urlerrors,404);
158
-        $this->checkStatus($result,$urlforbiddens, 403);
157
+        $this->checkStatus($result, $urlerrors, 404);
158
+        $this->checkStatus($result, $urlforbiddens, 403);
159 159
 
160 160
         return $result;
161 161
     }
@@ -229,7 +229,7 @@  discard block
 block discarded – undo
229 229
                 if ($file->getExtension() == 'json') {
230 230
                     $linksByFile[$keyname] = $this->getJsonLinks($inner);
231 231
                 } else {
232
-                    throw new \Exception("Extension unknown : " . $keyname);
232
+                    throw new \Exception("Extension unknown : ".$keyname);
233 233
                 }
234 234
             }
235 235
         }
Please login to merge, or discard this patch.