@@ -32,7 +32,7 @@ |
||
32 | 32 | * |
33 | 33 | * @param string $keystorePath Path public key store file (PHP) |
34 | 34 | * |
35 | - * @return PhpFile public key store |
|
35 | + * @return Threema\MsgApi\PublicKeyStores\PhpFile public key store |
|
36 | 36 | */ |
37 | 37 | function CreatePublicKeyStore($keystorePath) |
38 | 38 | { |
@@ -34,7 +34,7 @@ |
||
34 | 34 | * @param string $threemaId The id whose public key should be fetched |
35 | 35 | * @param string $message The message to send (max 3500 characters) |
36 | 36 | * |
37 | - * @return string|Exception |
|
37 | + * @return string |
|
38 | 38 | */ |
39 | 39 | function SendMessage($connector, $threemaId, $message) |
40 | 40 | { |