From 0e3ef812c31fc794e2b46b8315bb9a4f1d0403b9 Mon Sep 17 00:00:00 2001 From: terrafrost Date: Sun, 2 May 2021 08:37:19 -0500 Subject: [PATCH] CS adjustments --- phpseclib/Net/SSH2.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/phpseclib/Net/SSH2.php b/phpseclib/Net/SSH2.php index c0af03b7..7ad82ace 100644 --- a/phpseclib/Net/SSH2.php +++ b/phpseclib/Net/SSH2.php @@ -977,9 +977,9 @@ class Net_SSH2 /** * The authentication methods that may productively continue authentication. - * + * * @see https://tools.ietf.org/html/rfc4252#section-5.1 - * @var array|null + * @var array|null */ private $auth_methods_to_continue = null; @@ -5171,7 +5171,7 @@ class Net_SSH2 /** * Return the list of authentication methods that may productively continue authentication. - * + * * @see https://tools.ietf.org/html/rfc4252#section-5.1 * @return array|null */