mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-27 03:42:40 +00:00
SSH2: CS adjustments
This commit is contained in:
parent
8d4831ad1f
commit
b29f134c24
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user