1
0
mirror of https://github.com/danog/phpseclib.git synced 2024-12-02 17:52:59 +01:00

Fix phpdoc

This commit is contained in:
Vincent Langlet 2023-03-28 09:52:13 +02:00
parent b799abd1a0
commit 39bc067417

View File

@ -2117,7 +2117,7 @@ class SSH2
* The $password parameter can be a plaintext password, a \phpseclib3\Crypt\RSA|EC|DSA object, a \phpseclib3\System\SSH\Agent object or an array * The $password parameter can be a plaintext password, a \phpseclib3\Crypt\RSA|EC|DSA object, a \phpseclib3\System\SSH\Agent object or an array
* *
* @param string $username * @param string $username
* @param string|AsymmetricKey|array[]|Agent|null ...$args * @param string|PrivateKey|array[]|Agent|null ...$args
* @return bool * @return bool
* @see self::_login() * @see self::_login()
*/ */
@ -2142,7 +2142,7 @@ class SSH2
* Login Helper * Login Helper
* *
* @param string $username * @param string $username
* @param string ...$args * @param string|PrivateKey|array[]|Agent|null ...$args
* @return bool * @return bool
* @see self::_login_helper() * @see self::_login_helper()
*/ */