Completed
Push — master ( 6d8a2a...3743ea )
by Byron
02:34
created
src/Methods/Detect.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Methods/Speak.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,8 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.