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 ( 6047b6...144a2d )
by Greg
02:22
created
src/SecureShell.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 namespace Codeception\Extension;
3 3
 
4 4
 use Codeception\Exception\ModuleException;
5
-use Codeception\Exception\ModuleConfigException;
6 5
 use Codeception\Module;
7 6
 use \SplFileObject;
8 7
 use \RuntimeException;
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
 
31 31
     protected $connections = [];
32 32
 
33
-    public function openConnection( $host,
33
+    public function openConnection($host,
34 34
                                     $port = SecureShell::DEFAULT_PORT,
35 35
                                     $auth = SecureShell::AUTH_PASSWORD,
36 36
                                     ...$args)
Please login to merge, or discard this patch.