From e3bdbf5e0a24733f70e726da654aac692c3aa40d Mon Sep 17 00:00:00 2001 From: Takuya Sawada Date: Thu, 5 Oct 2017 18:46:59 +0900 Subject: [PATCH] fix doccomment annotations --- phpseclib/Crypt/Common/SymmetricKey.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpseclib/Crypt/Common/SymmetricKey.php b/phpseclib/Crypt/Common/SymmetricKey.php index 888a7e9b..b329087f 100644 --- a/phpseclib/Crypt/Common/SymmetricKey.php +++ b/phpseclib/Crypt/Common/SymmetricKey.php @@ -481,7 +481,7 @@ abstract class SymmetricKey * * - ofb * - * @param int $mode + * @param string $mode * @access public * @throws \InvalidArgumentException if an invalid / unsupported mode is provided */ @@ -1795,7 +1795,7 @@ abstract class SymmetricKey * If the preferred crypt engine is not available the fastest available one will be used * * @see self::__construct() - * @param int $engine + * @param string $engine * @access public */ public function setPreferredEngine($engine)