Merge branch '1.0' into 2.0

This commit is contained in:
terrafrost 2021-10-09 12:59:56 -05:00
commit fe6e2b9bfe

View File

@ -5173,7 +5173,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;
}