@@ -42,6 +42,8 @@ discard block |
||
42 | 42 | |
43 | 43 | /** |
44 | 44 | * {@inheritdoc} |
45 | + * @param string $input |
|
46 | + * @param string $output |
|
45 | 47 | */ |
46 | 48 | public function generate($input, $output, array $options = [], $overwrite = false) |
47 | 49 | { |
@@ -57,6 +59,7 @@ discard block |
||
57 | 59 | |
58 | 60 | /** |
59 | 61 | * {@inheritdoc} |
62 | + * @param string $output |
|
60 | 63 | */ |
61 | 64 | public function generateFromHtml($html, $output, array $options = [], $overwrite = false) |
62 | 65 | { |
@@ -69,6 +72,7 @@ discard block |
||
69 | 72 | |
70 | 73 | /** |
71 | 74 | * {@inheritdoc} |
75 | + * @param string $input |
|
72 | 76 | */ |
73 | 77 | public function getOutput($input, array $options = []) |
74 | 78 | { |
@@ -96,6 +100,7 @@ discard block |
||
96 | 100 | |
97 | 101 | /** |
98 | 102 | * {@inheritdoc} |
103 | + * @param string $name |
|
99 | 104 | */ |
100 | 105 | public function setOption($name, $value) |
101 | 106 | { |