| @@ -276,6 +276,6 @@ | ||
| 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 |