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 ( 00caa0...7af829 )
by masaru
04:23 queued 02:11
created
src/Monar/TwoChanDriver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -160,7 +160,7 @@
 block discarded – undo
160 160
     {
161 161
         $threads = array_filter(explode("\n", $body), '\strlen');
162 162
 
163
-        return collect(array_map(function ($elem) {
163
+        return collect(array_map(function($elem) {
164 164
             [$id, $tmp] = explode('.dat<>', $elem);
165 165
             preg_match('/^(.*)\((\d+)\)\z/', $tmp, $matches);
166 166
 
Please login to merge, or discard this patch.