Completed
Pull Request — master (#28)
by rugk
03:18
created
samples/web/include/Connection.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.
samples/web/SendTextMessage.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.