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
Branch master (b5e2c1)
by Shobi
03:16
created
src/Channels/Channel.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
     public function disconnect()
38 38
     {
39 39
         $message = $this->client->send(new QuitChannelCommand);
40
-         $this->client->disconnect();
40
+            $this->client->disconnect();
41 41
         return $message;
42 42
     }
43 43
 
Please login to merge, or discard this patch.
src/SonicResponse.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,4 +63,4 @@
 block discarded – undo
63 63
         return $this->get('count') ?? 0;
64 64
     }
65 65
 }
66
- 
67 66
\ No newline at end of file
67
+    
68 68
\ No newline at end of file
Please login to merge, or discard this patch.