@@ -357,55 +357,55 @@ public function amazon(
357357 /**
358358 * @throws RuntimeException
359359 */
360- public function amazonProduct (AmazonProductRequest $ request , ?int $ allowedRetries = null , bool $ logResponseBody = true , ): PushPullJob
360+ public function amazonProduct (AmazonProductRequest $ request , ?int $ allowedRetries = null , bool $ logResponseBody = true ): PushPullJob
361361 {
362362 return $ this ->makePostRequest (OxylabsApi::SOURCE_AMAZON_PRODUCT , $ request ->toArray (), $ allowedRetries , $ logResponseBody );
363363 }
364364
365365 /**
366366 * @throws RuntimeException
367367 */
368- public function amazonSearch (AmazonSearchRequest $ request , ?int $ allowedRetries = null , bool $ logResponseBody = true , ): PushPullJob
368+ public function amazonSearch (AmazonSearchRequest $ request , ?int $ allowedRetries = null , bool $ logResponseBody = true ): PushPullJob
369369 {
370370 return $ this ->makePostRequest (OxylabsApi::SOURCE_AMAZON_SEARCH , $ request ->toArray (), $ allowedRetries , $ logResponseBody );
371371 }
372372
373373 /**
374374 * @throws RuntimeException
375375 */
376- public function amazonPricing (AmazonPricingRequest $ request , ?int $ allowedRetries = null , bool $ logResponseBody = true , ): PushPullJob
376+ public function amazonPricing (AmazonPricingRequest $ request , ?int $ allowedRetries = null , bool $ logResponseBody = true ): PushPullJob
377377 {
378378 return $ this ->makePostRequest (OxylabsApi::SOURCE_AMAZON_PRICING , $ request ->toArray (), $ allowedRetries , $ logResponseBody );
379379 }
380380
381381 /**
382382 * @throws RuntimeException
383383 */
384- public function amazonSellers (AmazonSellersRequest $ request , ?int $ allowedRetries = null , bool $ logResponseBody = true , ): PushPullJob
384+ public function amazonSellers (AmazonSellersRequest $ request , ?int $ allowedRetries = null , bool $ logResponseBody = true ): PushPullJob
385385 {
386386 return $ this ->makePostRequest (OxylabsApi::SOURCE_AMAZON_SELLERS , $ request ->toArray (), $ allowedRetries , $ logResponseBody );
387387 }
388388
389389 /**
390390 * @throws RuntimeException
391391 */
392- public function googleSearch (GoogleSearchRequest $ request , ?int $ allowedRetries = null , bool $ logResponseBody = true , ): PushPullJob
392+ public function googleSearch (GoogleSearchRequest $ request , ?int $ allowedRetries = null , bool $ logResponseBody = true ): PushPullJob
393393 {
394394 return $ this ->makePostRequest (OxylabsApi::SOURCE_GOOGLE_SHOPPING_SEARCH , $ request ->toArray (), $ allowedRetries , $ logResponseBody );
395395 }
396396
397397 /**
398398 * @throws RuntimeException
399399 */
400- public function universal (UniversalRequest $ request , ?int $ allowedRetries = null , bool $ logResponseBody = true , ): PushPullJob
400+ public function universal (UniversalRequest $ request , ?int $ allowedRetries = null , bool $ logResponseBody = true ): PushPullJob
401401 {
402402 return $ this ->makePostRequest ('universal ' , $ request ->toArray (), $ allowedRetries , $ logResponseBody );
403403 }
404404
405405 /**
406406 * @throws RuntimeException
407407 */
408- public function googleShoppingProduct (GoogleShoppingProductRequest $ request , ?int $ allowedRetries = null , bool $ logResponseBody = true , ): PushPullJob
408+ public function googleShoppingProduct (GoogleShoppingProductRequest $ request , ?int $ allowedRetries = null , bool $ logResponseBody = true ): PushPullJob
409409 {
410410 return $ this ->makePostRequest (OxylabsApi::SOURCE_GOOGLE_SHOPPING_PRODUCT , $ request ->toArray (), $ allowedRetries , $ logResponseBody );
411411 }
@@ -454,7 +454,7 @@ public function getGoogleShoppingPricingResult(
454454 /**
455455 * @throws RuntimeException
456456 */
457- public function walmartProduct (WalmartProductRequest $ request , ?int $ allowedRetries = null , bool $ logResponseBody = true , ): PushPullJob
457+ public function walmartProduct (WalmartProductRequest $ request , ?int $ allowedRetries = null , bool $ logResponseBody = true ): PushPullJob
458458 {
459459 return $ this ->makePostRequest (OxylabsApi::SOURCE_WALMART_PRODUCT , $ request ->toArray (), $ allowedRetries , $ logResponseBody );
460460 }
0 commit comments