SSH2: make $timeout protected

This commit is contained in:
terrafrost 2019-05-28 08:50:03 -05:00
parent a773ae80bd
commit 93c0880ca8

View File

@ -690,7 +690,7 @@ class SSH2
* @see self::setTimeout() * @see self::setTimeout()
* @access private * @access private
*/ */
private $timeout; protected $timeout;
/** /**
* Current Timeout * Current Timeout