diff --git a/phpseclib/Crypt/Common/SymmetricKey.php b/phpseclib/Crypt/Common/SymmetricKey.php index ae0e96a3..d6b22eeb 100644 --- a/phpseclib/Crypt/Common/SymmetricKey.php +++ b/phpseclib/Crypt/Common/SymmetricKey.php @@ -486,7 +486,7 @@ abstract class SymmetricKey * * - ofb * - * @param int $mode + * @param string $mode * @access public * @throws \InvalidArgumentException if an invalid / unsupported mode is provided */ @@ -1859,7 +1859,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)