Completed
Pull Request — master (#110)
by
unknown
12:37
created
src/Laravel/TelegramServiceProvider.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2,12 +2,12 @@
 block discarded – undo
2 2
 
3 3
 namespace Telegram\Bot\Laravel;
4 4
 
5
-use Telegram\Bot\Api;
6
-use Telegram\Bot\BotsManager;
7
-use Illuminate\Support\ServiceProvider;
8 5
 use Illuminate\Contracts\Foundation\Application;
9
-use Laravel\Lumen\Application as LumenApplication;
10 6
 use Illuminate\Foundation\Application as LaravelApplication;
7
+use Illuminate\Support\ServiceProvider;
8
+use Laravel\Lumen\Application as LumenApplication;
9
+use Telegram\Bot\Api;
10
+use Telegram\Bot\BotsManager;
11 11
 
12 12
 /**
13 13
  * Class TelegramServiceProvider.
Please login to merge, or discard this patch.
src/Api.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,6 +6,7 @@  discard block
 block discarded – undo
6 6
 use Telegram\Bot\Commands\CommandBus;
7 7
 use Telegram\Bot\Exceptions\TelegramSDKException;
8 8
 use Telegram\Bot\FileUpload\InputFile;
9
+use Telegram\Bot\Helpers\Emojify;
9 10
 use Telegram\Bot\HttpClients\GuzzleHttpClient;
10 11
 use Telegram\Bot\HttpClients\HttpClientInterface;
11 12
 use Telegram\Bot\Objects\File;
@@ -13,7 +14,6 @@  discard block
 block discarded – undo
13 14
 use Telegram\Bot\Objects\Update;
14 15
 use Telegram\Bot\Objects\User;
15 16
 use Telegram\Bot\Objects\UserProfilePhotos;
16
-use Telegram\Bot\Helpers\Emojify;
17 17
 
18 18
 use Telegram\Bot\Api;
19 19
 
Please login to merge, or discard this patch.