@@ -2,7 +2,6 @@ |
||
| 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; |
@@ -30,7 +30,7 @@ |
||
| 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) |