Skip to content

Commit 7dbf6b9

Browse files
authored
Apply fixes from StyleCI (#38)
1 parent 93e20bc commit 7dbf6b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/TextToSpeechManager.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ public function createPollyDriver()
3838
$client = $this->setPollyClient($config, $credentials);
3939

4040
return new PollyConverter(
41-
$client
42-
);
41+
$client
42+
);
4343
}
4444

4545
/**

0 commit comments

Comments
 (0)