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
*
* @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)