Completed
Pull Request — master (#15)
by
unknown
01:39
created
src/TelegramAdapter.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -18,6 +18,10 @@
 block discarded – undo
18 18
 
19 19
   private $chat_id;
20 20
 
21
+  /**
22
+   * @param string $token
23
+   * @param integer $chatId
24
+   */
21 25
   public function __construct($token, $chatId)
22 26
   {
23 27
 
Please login to merge, or discard this patch.