@@ -79,7 +79,7 @@ |
||
79 | 79 | // from config file if `port` is defined. |
80 | 80 | $port = 22; |
81 | 81 | if (!empty($connectionParameters['port'])) { |
82 | - $port = $connectionParameters['port']; |
|
82 | + $port = $connectionParameters['port']; |
|
83 | 83 | } |
84 | 84 | |
85 | 85 | $this->guardAgainstInvalidConnectionParameters($connectionParameters); |