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 c401955 commit c75ed6fCopy full SHA for c75ed6f
src/OxylabsApiClient.php
@@ -148,8 +148,7 @@ protected function makeRequest(
148
if (strtolower($method) === 'post') {
149
return Http::withHeaders($request->getHeaders())
150
->post($request->getUri(), $payload)
151
- ->throw($logException)
152
- ;
+ ->throw($logException);
153
} else {
154
155
->get($request->getUri())
0 commit comments