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 71ef60e commit 8866583Copy full SHA for 8866583
composer.json
@@ -21,7 +21,7 @@
21
}
22
],
23
"require": {
24
- "php": "^8.0",
+ "php": "^8.1",
25
"guzzlehttp/guzzle": "^7.8",
26
"kongulov/interact-with-enum": "^1.0"
27
},
src/SharpApiService.php
@@ -146,7 +146,7 @@ private function parseStatusUrl(ResponseInterface $response)
146
/**
147
* Generic method to check job status in polling mode and then fetch results of the dispatched job
148
*
149
- * @throws ClientException|GuzzleException|UnknownProperties
+ * @throws ClientException|GuzzleException
150
151
* @api
152
*/
0 commit comments