Hash: Remove constructor return value documentation.

This commit is contained in:
Andreas Fischer 2015-09-07 19:37:29 +02:00
parent cd815c929e
commit 189b709afb

View File

@ -86,7 +86,6 @@ class Hash
* Default Constructor.
*
* @param string $hash
* @return \phpseclib\Crypt\Hash
* @access public
*/
function __construct($hash = 'sha256')