Completed
Push — master ( 5a6804...6e73eb )
by Byron
03:25
created
src/MicrosoftTranslator.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -150,7 +150,6 @@
 block discarded – undo
150 150
     }
151 151
 
152 152
     /**
153
-     * @param string $message
154 153
      * @throws ArgumentException
155 154
      * @throws QuotaExceededException
156 155
      * @throws TokenExpiredException
Please login to merge, or discard this 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.