@@ -24,7 +24,7 @@ |
||
24 | 24 | /** |
25 | 25 | * Encrypt data with a private key. |
26 | 26 | * |
27 | - * @param string|Key $unencryptedData |
|
27 | + * @param string $unencryptedData |
|
28 | 28 | * |
29 | 29 | * @throws \LogicException |
30 | 30 | * |