@@ -44,7 +44,7 @@ |
||
44 | 44 | * @param string $mode Mcrypt mode |
45 | 45 | * @param string $algo Hashing algorithm to use for internal operations |
46 | 46 | * |
47 | - * @return string|boolean Returns false on checksum validation failure |
|
47 | + * @return false|string Returns false on checksum validation failure |
|
48 | 48 | */ |
49 | 49 | public static function decrypt($cyphertext, $password, $cost = 0, $cipher = MCRYPT_RIJNDAEL_128, $mode = MCRYPT_MODE_CBC, $algo = 'sha256') |
50 | 50 | { |