From 5f1ff099dacbdd4b39179b60de045189e2625f48 Mon Sep 17 00:00:00 2001 From: terrafrost Date: Mon, 12 Oct 2015 22:52:56 -0500 Subject: [PATCH] Crypt/Base: one more cs update --- phpseclib/Crypt/Base.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpseclib/Crypt/Base.php b/phpseclib/Crypt/Base.php index 6d0022fc..5aabc4e4 100644 --- a/phpseclib/Crypt/Base.php +++ b/phpseclib/Crypt/Base.php @@ -464,7 +464,7 @@ class Crypt_Base /** * Has the key length explicitly been set or should it be derived from the key, itself? * - * @see Crypt_Base::setKeyLength() + * @see self::setKeyLength() * @var bool * @access private */ @@ -473,7 +473,7 @@ class Crypt_Base /** * Don't truncate / null pad key * - * @see Crypt_Base::_clearBuffers() + * @see self::_clearBuffers() * @var bool * @access private */