Merge pull request #1193 from eternalharvest/bugfix/doccomment

Fix wrong doccomment annotation and Suggestion
This commit is contained in:
terrafrost 2017-10-10 06:03:03 -05:00 committed by GitHub
commit 0a912b4818

View File

@ -486,7 +486,7 @@ abstract class SymmetricKey
* *
* - ofb * - ofb
* *
* @param int $mode * @param string $mode
* @access public * @access public
* @throws \InvalidArgumentException if an invalid / unsupported mode is provided * @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 * If the preferred crypt engine is not available the fastest available one will be used
* *
* @see self::__construct() * @see self::__construct()
* @param int $engine * @param string $engine
* @access public * @access public
*/ */
public function setPreferredEngine($engine) public function setPreferredEngine($engine)