mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-02-04 12:58:28 +00:00
Fix deprecation warning
This commit is contained in:
parent
3dd2561d14
commit
fb3d6bd713
@ -898,7 +898,7 @@ class SSH2
|
||||
* @see self::isTimeout()
|
||||
* @var bool
|
||||
*/
|
||||
private $is_timeout = false;
|
||||
protected $is_timeout = false;
|
||||
|
||||
/**
|
||||
* Log Boundary
|
||||
|
Loading…
x
Reference in New Issue
Block a user