chore(coding style): Run cs:fix

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2023-04-11 15:04:30 +02:00
parent f2eb2241bb
commit a9b5d1f9da

View file

@ -49,7 +49,8 @@ class SpeechToTextManager implements ISpeechToTextManager {
private Coordinator $coordinator,
private LoggerInterface $logger,
private IJobList $jobList,
) { }
) {
}
public function getProviders(): array {
$context = $this->coordinator->getRegistrationContext();