fix doccomment annotations

This commit is contained in:
Takuya Sawada 2017-10-05 18:46:59 +09:00
parent 03e15a5ab9
commit e3bdbf5e0a

View File

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