Completed
Push — master ( 952bca...0a3963 )
by Roma
63:04 queued 28:06
created
TelegramBotAPI/Tests/InlineQueryResult/InlineQueryResultArticleTest.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,10 +4,10 @@
 block discarded – undo
4 4
 
5 5
 
6 6
 use PHPUnit\Framework\TestCase;
7
-use TelegramBotAPI\Types\InlineKeyboardMarkup;
8
-use TelegramBotAPI\InputMessageContent\InputMessageContent;
9 7
 use TelegramBotAPI\InlineQueryResult\InlineQueryResultArticle;
10 8
 use TelegramBotAPI\InputMessageContent\InputLocationMessageContent;
9
+use TelegramBotAPI\InputMessageContent\InputMessageContent;
10
+use TelegramBotAPI\Types\InlineKeyboardMarkup;
11 11
 
12 12
 class InlineQueryResultArticleTest extends TestCase {
13 13
 
Please login to merge, or discard this patch.
tests/TelegramBotAPI/Tests/TelegramBotAPITest.php 1 patch
Unused Use Statements   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -3,27 +3,27 @@
 block discarded – undo
3 3
 namespace TelegramBotAPI\Tests;
4 4
 
5 5
 
6
-use TelegramBotAPI\Types\User;
7
-use TelegramBotAPI\Types\Chat;
8
-use TelegramBotAPI\Types\File;
9 6
 use PHPUnit\Framework\TestCase;
10
-use TelegramBotAPI\Types\Update;
11
-use TelegramBotAPI\Types\Message;
7
+use TelegramBotAPI\InlineQueryResult\InlineQueryResultArticle;
12 8
 use TelegramBotAPI\TelegramBotAPI;
13
-use TelegramBotAPI\Types\InputFile;
14
-use TelegramBotAPI\Types\PhotoSize;
15
-use TelegramBotAPI\Types\StickerSet;
9
+use TelegramBotAPI\TelegramBotAPIConstants;
10
+use TelegramBotAPI\Types\Chat;
16 11
 use TelegramBotAPI\Types\ChatMember;
17
-use TelegramBotAPI\Types\WebhookInfo;
18
-use TelegramBotAPI\Types\LabeledPrice;
12
+use TelegramBotAPI\Types\File;
19 13
 use TelegramBotAPI\Types\GameHighScore;
14
+use TelegramBotAPI\Types\InlineKeyboardButton;
15
+use TelegramBotAPI\Types\InlineKeyboardMarkup;
16
+use TelegramBotAPI\Types\InputFile;
17
+use TelegramBotAPI\Types\LabeledPrice;
18
+use TelegramBotAPI\Types\Message;
20 19
 use TelegramBotAPI\Types\MessageEntity;
20
+use TelegramBotAPI\Types\PhotoSize;
21
+use TelegramBotAPI\Types\StickerSet;
22
+use TelegramBotAPI\Types\Update;
23
+use TelegramBotAPI\Types\User;
21 24
 use TelegramBotAPI\Types\UserProfilePhotos;
22
-use TelegramBotAPI\TelegramBotAPIConstants;
25
+use TelegramBotAPI\Types\WebhookInfo;
23 26
 use phpDocumentor\Reflection\Types\String_;
24
-use TelegramBotAPI\Types\InlineKeyboardButton;
25
-use TelegramBotAPI\Types\InlineKeyboardMarkup;
26
-use TelegramBotAPI\InlineQueryResult\InlineQueryResultArticle;
27 27
 
28 28
 /**
29 29
  * @package TelegramBotAPI\Tests
Please login to merge, or discard this patch.