@@ -18,7 +18,6 @@ |
||
18 | 18 | * Translate constructor. |
19 | 19 | * @param $text |
20 | 20 | * @param $to |
21 | - * @param null $from |
|
22 | 21 | */ |
23 | 22 | public function __construct($text) |
24 | 23 | { |
@@ -39,7 +39,8 @@ |
||
39 | 39 | * Translate constructor. |
40 | 40 | * @param $text |
41 | 41 | * @param $to |
42 | - * @param null $from |
|
42 | + * @param string $format |
|
43 | + * @param string $options |
|
43 | 44 | */ |
44 | 45 | public function __construct($text, $language, $format = Speak::FORMAT_MP3, $options = Speak::OPTION_MAX_QUALITY) |
45 | 46 | { |