diff --git a/phpseclib/Net/SSH2.php b/phpseclib/Net/SSH2.php index 3ce7ddcc..6c82cb1a 100644 --- a/phpseclib/Net/SSH2.php +++ b/phpseclib/Net/SSH2.php @@ -5182,7 +5182,7 @@ class Net_SSH2 * @see https://tools.ietf.org/html/rfc4252#section-5.1 * @return array|null */ - public function getAuthMethodsToContinue() + function getAuthMethodsToContinue() { return $this->auth_methods_to_continue; }