Completed
Push — master ( 46457b...75f199 )
by Byron
02:07
created
src/MicrosoftTranslator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -276,6 +276,6 @@
 block discarded – undo
276 276
      */
277 277
     public function getTranslations($text, $to, $from, $maxTranslations = 5, TranslateOptions $options = null)
278 278
     {
279
-        return $this->execute(new GetTranslations($text, $to, $from, $maxTranslations,  $options));
279
+        return $this->execute(new GetTranslations($text, $to, $from, $maxTranslations, $options));
280 280
     }
281 281
 }
282 282
\ No newline at end of file
Please login to merge, or discard this patch.