Completed
Push — master ( 1a936e...75e38b )
by Byron
04:40
created
src/MicrosoftTranslator.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@  discard block
 block discarded – undo
102 102
     }
103 103
 
104 104
     /**
105
-     * @param $action
105
+     * @param string $action
106 106
      * @param $params
107 107
      * @param string $method
108 108
      * @return null|string
@@ -168,7 +168,7 @@  discard block
 block discarded – undo
168 168
      * @param $text
169 169
      * @param $to
170 170
      * @param $from
171
-     * @return mixed
171
+     * @return null|string
172 172
      */
173 173
     public function translate($text, $to, $from)
174 174
     {
Please login to merge, or discard this patch.