@@ -6,7 +6,7 @@ |
||
| 6 | 6 | const VERSION = '1.0.0'; |
| 7 | 7 | |
| 8 | 8 | /** |
| 9 | - * @return integer The encrypt text |
|
| 9 | + * @return string The encrypt text |
|
| 10 | 10 | */ |
| 11 | 11 | public static function encrypt($plaintext, $bcrypt_version = '2y', $cost = 10) |
| 12 | 12 | { |