diff --git a/phpseclib/Net/SSH2.php b/phpseclib/Net/SSH2.php index d4be85f2..e36d105a 100644 --- a/phpseclib/Net/SSH2.php +++ b/phpseclib/Net/SSH2.php @@ -4943,7 +4943,7 @@ class 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; }