We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5625cbe commit c4118c0Copy full SHA for c4118c0
1 file changed
tests/ExampleTest.php
@@ -46,7 +46,7 @@
46
$client->predict([], fnIndex: 6, raw: true);
47
$client->predict(['hi'], fnIndex: 2, raw: true);
48
$client->predict([null, null], fnIndex: 3, raw: true);
49
- $response = $client->predict([null, null, "", 0.9, 256, 0.6, 1.2], fnIndex: 4);
+ $response = $client->predict([null, null, '', 0.9, 256, 0.6, 1.2], fnIndex: 4);
50
51
$value = $response->getOutput();
52
0 commit comments