diff --git a/phpseclib/Net/SSH2.php b/phpseclib/Net/SSH2.php index ae22fc7a..f0100f46 100644 --- a/phpseclib/Net/SSH2.php +++ b/phpseclib/Net/SSH2.php @@ -5548,8 +5548,10 @@ class SSH2 /** * How many bytes until the next key re-exchange? + * + * @param int $bytes */ - function bytesUntilKeyReexchange($bytes) + public function bytesUntilKeyReexchange($bytes) { $this->doKeyReexchangeAfterXBytes = $bytes; }