Completed
Push — master ( b7eb96...69ec25 )
by Roma
01:39
created
src/TelegramBotAPI/TelegramBotAPI.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -147,6 +147,9 @@
 block discarded – undo
147 147
         return $data['result'];
148 148
     }
149 149
 
150
+    /**
151
+     * @param string $url
152
+     */
150 153
     private function send($method, $url, $payload) {
151 154
 
152 155
         if ($method === TBAPrivateConst::POST) {
Please login to merge, or discard this patch.