mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-09 15:20:58 +00:00
Hash: Remove constructor return value documentation.
This commit is contained in:
parent
cd815c929e
commit
189b709afb
@ -86,7 +86,6 @@ class Hash
|
|||||||
* Default Constructor.
|
* Default Constructor.
|
||||||
*
|
*
|
||||||
* @param string $hash
|
* @param string $hash
|
||||||
* @return \phpseclib\Crypt\Hash
|
|
||||||
* @access public
|
* @access public
|
||||||
*/
|
*/
|
||||||
function __construct($hash = 'sha256')
|
function __construct($hash = 'sha256')
|
||||||
|
Loading…
Reference in New Issue
Block a user