Completed
Push — master ( 5a6804...6e73eb )
by Byron
03:25
created
src/MicrosoftTranslator.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,14 +1,14 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace badams\MicrosoftTranslator;
3 3
 
4
+use GuzzleHttp\Exception\RequestException;
5
+use GuzzleHttp\Message\Response;
4 6
 use badams\MicrosoftTranslator\Exceptions\ArgumentException;
5 7
 use badams\MicrosoftTranslator\Exceptions\AuthException;
6 8
 use badams\MicrosoftTranslator\Exceptions\QuotaExceededException;
7 9
 use badams\MicrosoftTranslator\Exceptions\TokenExpiredException;
8 10
 use badams\MicrosoftTranslator\Exceptions\TranslatorException;
9 11
 use badams\MicrosoftTranslator\Methods\Translate;
10
-use GuzzleHttp\Exception\RequestException;
11
-use GuzzleHttp\Message\Response;
12 12
 
13 13
 /**
14 14
  * Class MicrosoftTranslator
Please login to merge, or discard this patch.