Skip to content

Commit 8abbd0f

Browse files
FraGoTeAngelFQC
authored andcommitted
Fixing PHP-CS
1 parent 24ae2cb commit 8abbd0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/text2speech/src/mozillatts/MozillaTTS.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ private function request(string $data): string
2626
$filePath = $this->filePath.$filename;
2727
file_put_contents($filePath, file_get_contents(
2828
$this->url.'?api_key='.urlencode($this->apiKey).
29-
'&text='.str_replace('%0A','+', urlencode($data))
29+
'&text='.str_replace('%0A', '+', urlencode($data))
3030
));
3131

3232
return $filename;

0 commit comments

Comments
 (0)