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