@@ -44,7 +44,7 @@ |
||
44 | 44 | public function encrypt(string $data) : string; |
45 | 45 | |
46 | 46 | /** |
47 | - * Decrypts the given data. |
|
47 | + * Decrypts the given data. |
|
48 | 48 | * |
49 | 49 | * @param string $data Data to decrypt |
50 | 50 | * @return string decrypted data |