@@ -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 | { |
@@ -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 | { |