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 ( a4e5c9...2c0076 )
by Anderson
02:35
created
src/Connection/ElasticConnection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -299,7 +299,7 @@
 block discarded – undo
299 299
 
300 300
         $url = "$index/$type/_search";
301 301
 
302
-        $cleanQuery = function ($queryPart, callable $recusiveFn) {
302
+        $cleanQuery = function($queryPart, callable $recusiveFn) {
303 303
             if (!is_array($queryPart)) {
304 304
                 return $queryPart;
305 305
             }
Please login to merge, or discard this patch.