Total Complexity | 1 |
Total Lines | 13 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | class DefaultFilenameFormatter implements FormatterContract |
||
8 | { |
||
9 | /** |
||
10 | * Handles the filename of the audio. |
||
11 | * |
||
12 | * @param string $text The text source. |
||
13 | * @param mixed $audio The result audio content. |
||
14 | * |
||
15 | * @return string |
||
16 | */ |
||
17 | public function handle($text, $audio = null): string |
||
22 |