Passed
Push — master ( 61fa52...b9d74d )
by Vladimir
13:13
created
src/Bot.php 1 patch
Unused Use Statements   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -4,20 +4,20 @@
 block discarded – undo
4 4
 
5 5
 namespace FondBot;
6 6
 
7
-use FondBot\Drivers\User;
8
-use FondBot\Drivers\Driver;
9 7
 use FondBot\Channels\Channel;
10 8
 use FondBot\Contracts\Container;
11
-use FondBot\Conversation\Intent;
12 9
 use FondBot\Conversation\Context;
13
-use FondBot\Conversation\Keyboard;
14
-use FondBot\Drivers\OutgoingMessage;
10
+use FondBot\Conversation\ContextManager;
15 11
 use FondBot\Conversation\Conversable;
16
-use FondBot\Conversation\Interaction;
12
+use FondBot\Conversation\Intent;
17 13
 use FondBot\Conversation\IntentManager;
18
-use FondBot\Conversation\ContextManager;
14
+use FondBot\Conversation\Interaction;
15
+use FondBot\Conversation\Keyboard;
16
+use FondBot\Drivers\Driver;
19 17
 use FondBot\Drivers\Exceptions\InvalidRequest;
20 18
 use FondBot\Drivers\Extensions\WebhookVerification;
19
+use FondBot\Drivers\OutgoingMessage;
20
+use FondBot\Drivers\User;
21 21
 
22 22
 class Bot
23 23
 {
Please login to merge, or discard this patch.