Skip to content

Commit

Permalink
Apply fixes from StyleCI (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
luigel authored Nov 10, 2023
1 parent 93e20bc commit 7dbf6b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/TextToSpeechManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ public function createPollyDriver()
$client = $this->setPollyClient($config, $credentials);

return new PollyConverter(
$client
);
$client
);
}

/**
Expand Down

0 comments on commit 7dbf6b9

Please sign in to comment.