@@ -12,9 +12,9 @@ |
||
12 | 12 | |
13 | 13 | namespace chillerlan\Threema; |
14 | 14 | |
15 | -use chillerlan\Threema\Crypto\CryptoInterface; |
|
16 | 15 | use ReflectionClass; |
17 | 16 | use ReflectionMethod; |
17 | +use chillerlan\Threema\Crypto\CryptoInterface; |
|
18 | 18 | |
19 | 19 | /** |
20 | 20 | * |
@@ -198,7 +198,7 @@ |
||
198 | 198 | } |
199 | 199 | |
200 | 200 | /** |
201 | - * @param $email |
|
201 | + * @param string $email |
|
202 | 202 | * |
203 | 203 | * @return string |
204 | 204 | * @throws \chillerlan\Threema\GatewayException |