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.
Test Failed
Push — master ( c61a6d...bb88b2 )
by Carlos
07:24
created
src/Gateways/YunxinGateway.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -180,7 +180,7 @@
 block discarded – undo
180 180
         return [
181 181
             'templateid'=>$template,
182 182
             'mobiles'=>json_encode([$to->getUniversalNumber()]),
183
-            'params'=>array_key_exists('params',$data) ? json_encode($data['params']) : '',
183
+            'params'=>array_key_exists('params', $data) ? json_encode($data['params']) : '',
184 184
             'needUp'=>$config->get('need_up', false)
185 185
         ];
186 186
 
Please login to merge, or discard this patch.