@@ -18,6 +18,7 @@ discard block |
||
18 | 18 | * @param string $output The output media filename |
19 | 19 | * @param array $options An array of options for this generation only |
20 | 20 | * @param bool $overwrite Overwrite the file if it exists. If not, throw a FileAlreadyExistsException |
21 | + * @return void |
|
21 | 22 | */ |
22 | 23 | public function generate($input, string $output, array $options = [], bool $overwrite = false): void; |
23 | 24 | |
@@ -28,6 +29,7 @@ discard block |
||
28 | 29 | * @param string $output The output media filename |
29 | 30 | * @param array $options An array of options for this generation only |
30 | 31 | * @param bool $overwrite Overwrite the file if it exists. If not, throw a FileAlreadyExistsException |
32 | + * @return void |
|
31 | 33 | */ |
32 | 34 | public function generateFromHtml($html, string $output, array $options = [], bool $overwrite = false): void; |
33 | 35 |