From 189b709afb8a39d40e2fcb541403d65422b57b1c Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Mon, 7 Sep 2015 19:37:29 +0200 Subject: [PATCH] Hash: Remove constructor return value documentation. --- phpseclib/Crypt/Hash.php | 1 - 1 file changed, 1 deletion(-) diff --git a/phpseclib/Crypt/Hash.php b/phpseclib/Crypt/Hash.php index 6b539a49..09a6edcd 100644 --- a/phpseclib/Crypt/Hash.php +++ b/phpseclib/Crypt/Hash.php @@ -86,7 +86,6 @@ class Hash * Default Constructor. * * @param string $hash - * @return \phpseclib\Crypt\Hash * @access public */ function __construct($hash = 'sha256')