Skip to content

Commit 349b423

Browse files
add missing docstring
1 parent e7afa6b commit 349b423

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Http/MindeeApiV2.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ private function inferenceGetRequest(string $inferenceId): array
307307
* @param InputSource $inputSource File to upload.
308308
* @param InferenceParameters $params Inference parameters.
309309
* @return array
310+
* @throws MindeeException Throws if the cURL operation doesn't go succeed.
310311
*/
311312
private function documentEnqueuePost(
312313
InputSource $inputSource,

0 commit comments

Comments
 (0)