We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 323a2b2 + 92d14da commit 49bc291Copy full SHA for 49bc291
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to `ssh` will be documented in this file
4
5
+## Unreleased
6
+
7
+* Add support for PHP 8.4
8
9
## 1.11.0 - 2024-10-18
10
11
### What's Changed
src/Ssh.php
@@ -22,7 +22,7 @@ class Ssh
22
23
private int $timeout = 0;
24
25
- public function __construct(?string $user, string $host, int $port = null)
+ public function __construct(?string $user, string $host, ?int $port = null)
26
{
27
$this->user = $user;
28
0 commit comments