Completed
Push — master ( b7eb96...69ec25 )
by Roma
01:39
created
src/TelegramBotAPI/TelegramBotAPI.php 2 patches
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -9,12 +9,10 @@
 block discarded – undo
9 9
 use TelegramBotAPI\Types\File;
10 10
 use TelegramBotAPI\Types\Update;
11 11
 use TelegramBotAPI\Types\Message;
12
-use TelegramBotAPI\Types\InputFile;
13 12
 use TelegramBotAPI\Types\StickerSet;
14 13
 use TelegramBotAPI\Types\ForceReply;
15 14
 use TelegramBotAPI\Types\ChatMember;
16 15
 use TelegramBotAPI\Types\WebhookInfo;
17
-use TelegramBotAPI\Types\LabeledPrice;
18 16
 use TelegramBotAPI\Types\GameHighScore;
19 17
 use TelegramBotAPI\Types\UserProfilePhotos;
20 18
 use TelegramBotAPI\Types\ReplyKeyboardRemove;
Please login to merge, or discard this 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.