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.
Passed
Push — master ( a27b26...72ec8e )
by Carlos
02:18
created
src/Gateways/QcloudGateway.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
         
54 54
         $msg = $message->getContent($this);
55 55
         if (!empty($msg) && mb_substr($msg, 0, 1) != '【' && !empty($signName)) {
56
-            $msg = '【' . $signName . '】' . $msg;
56
+            $msg = '【'.$signName.'】'.$msg;
57 57
         }
58 58
 
59 59
         $type = !empty($data['type']) ? $data['type'] : 0;
Please login to merge, or discard this patch.