Skip to content

Commit 8866583

Browse files
committed
cleanups
1 parent 71ef60e commit 8866583

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
],
2323
"require": {
24-
"php": "^8.0",
24+
"php": "^8.1",
2525
"guzzlehttp/guzzle": "^7.8",
2626
"kongulov/interact-with-enum": "^1.0"
2727
},

src/SharpApiService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ private function parseStatusUrl(ResponseInterface $response)
146146
/**
147147
* Generic method to check job status in polling mode and then fetch results of the dispatched job
148148
*
149-
* @throws ClientException|GuzzleException|UnknownProperties
149+
* @throws ClientException|GuzzleException
150150
*
151151
* @api
152152
*/

0 commit comments

Comments
 (0)