SSH2: CS adjustments

This commit is contained in:
terrafrost 2021-10-09 12:59:48 -05:00
parent 8d4831ad1f
commit b29f134c24

View File

@ -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;
}