From b29f134c24e92dcb6f63f4e029b9f9fd0f7e2932 Mon Sep 17 00:00:00 2001 From: terrafrost Date: Sat, 9 Oct 2021 12:59:48 -0500 Subject: [PATCH] SSH2: CS adjustments --- 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 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; }