Completed
Push — master ( a71648...4666df )
by Алексей
06:15
created
src/Bot.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -51,6 +51,9 @@
 block discarded – undo
51 51
         return $method();
52 52
     }
53 53
 
54
+    /**
55
+     * @param string $method
56
+     */
54 57
     public function send($method, $params = [])
55 58
     {
56 59
         $response = $this->client->post($method, ['body_params' => $params])->getBody()->__toString();
Please login to merge, or discard this patch.