mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-12 09:51:32 +00:00
CS adjustments
This commit is contained in:
parent
8eb3c09bfd
commit
c38fde1fe0
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user