mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-09 15:20:58 +00:00
fix doccomment annotations
This commit is contained in:
parent
03e15a5ab9
commit
e3bdbf5e0a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user