From fb3d6bd71391928665423bcf0c2d10e658cf3857 Mon Sep 17 00:00:00 2001 From: Maarten Buis Date: Sun, 11 Aug 2024 23:17:31 +0200 Subject: [PATCH] Fix deprecation warning --- phpseclib/Net/SSH2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpseclib/Net/SSH2.php b/phpseclib/Net/SSH2.php index 9b4afbd2..ede87433 100644 --- a/phpseclib/Net/SSH2.php +++ b/phpseclib/Net/SSH2.php @@ -898,7 +898,7 @@ class SSH2 * @see self::isTimeout() * @var bool */ - private $is_timeout = false; + protected $is_timeout = false; /** * Log Boundary