Completed
Push — master ( 5ee20d...76f923 )
by Roma
01:47
created
tests/TelegramBotAPI/Tests/TelegramBotAPITest.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@  discard block
 block discarded – undo
3 3
 namespace TelegramBotAPI\Tests;
4 4
 
5 5
 
6
-use TelegramBotAPI\Constants;
6
+use TelegramBotAPI\Constants as TBAConst;
7 7
 use TelegramBotAPI\Types\User;
8 8
 use TelegramBotAPI\Types\Chat;
9 9
 use TelegramBotAPI\Types\File;
@@ -14,7 +14,6 @@  discard block
 block discarded – undo
14 14
 use TelegramBotAPI\Types\LabeledPrice;
15 15
 use TelegramBotAPI\Types\GameHighScore;
16 16
 use TelegramBotAPI\TelegramBotAPI as TBA;
17
-use TelegramBotAPI\Constants as TBAConst;
18 17
 use TelegramBotAPI\Types\UserProfilePhotos;
19 18
 use phpDocumentor\Reflection\Types\String_;
20 19
 use TelegramBotAPI\Types\InlineKeyboardButton;
Please login to merge, or discard this patch.