Skip to content

Commit c4118c0

Browse files
sergix44github-actions[bot]
authored andcommitted
Fix styling
1 parent 5625cbe commit c4118c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/ExampleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
$client->predict([], fnIndex: 6, raw: true);
4747
$client->predict(['hi'], fnIndex: 2, raw: true);
4848
$client->predict([null, null], fnIndex: 3, raw: true);
49-
$response = $client->predict([null, null, "", 0.9, 256, 0.6, 1.2], fnIndex: 4);
49+
$response = $client->predict([null, null, '', 0.9, 256, 0.6, 1.2], fnIndex: 4);
5050

5151
$value = $response->getOutput();
5252

0 commit comments

Comments
 (0)