@@ -150,7 +150,6 @@ |
||
150 | 150 | } |
151 | 151 | |
152 | 152 | /** |
153 | - * @param string $message |
|
154 | 153 | * @throws ArgumentException |
155 | 154 | * @throws QuotaExceededException |
156 | 155 | * @throws TokenExpiredException |
@@ -1,14 +1,14 @@ |
||
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 |