@@ -55,7 +55,7 @@ |
||
55 | 55 | * @param string $password Password that should be used to decrypt input data |
56 | 56 | * @param int $cost Number of HMAC iterations to perform on key |
57 | 57 | * |
58 | - * @return string|boolean Returns false on checksum validation failure |
|
58 | + * @return string Returns false on checksum validation failure |
|
59 | 59 | */ |
60 | 60 | public static function decrypt($cyphertext, $password, $cost = 0) |
61 | 61 | { |
@@ -41,7 +41,7 @@ |
||
41 | 41 | * @param string $password Password that should be used to decrypt input data |
42 | 42 | * @param int $cost Number of HMAC iterations to perform on key |
43 | 43 | * |
44 | - * @return string|boolean Returns false on checksum validation failure |
|
44 | + * @return string Returns false on checksum validation failure |
|
45 | 45 | */ |
46 | 46 | public static function decrypt($cyphertext, $password, $cost = 0) |
47 | 47 | { |