Completed
Push — master ( 9207a3...d0be02 )
by Gusev
14:06
created
src/Events/EventCollection.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Closure;
6 6
 use ReflectionFunction;
7 7
 use TelegramBot\Api\Botan;
8
-use TelegramBot\Api\Types\Message;
9 8
 use TelegramBot\Api\Types\Update;
10 9
 
11 10
 class EventCollection
Please login to merge, or discard this patch.
src/Client.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Closure;
6 6
 use ReflectionFunction;
7 7
 use TelegramBot\Api\Botan;
8
-use TelegramBot\Api\Types\Message;
9 8
 use TelegramBot\Api\Types\Update;
10 9
 
11 10
 class EventCollection
Please login to merge, or discard this patch.