From 5f16e403a6bfd5cc46cb6599f41116a4b2779fd1 Mon Sep 17 00:00:00 2001 From: Roberto Butti Date: Sat, 4 May 2024 11:53:30 +0200 Subject: [PATCH] Update BaseClient.php --- src/Storyblok/BaseClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Storyblok/BaseClient.php b/src/Storyblok/BaseClient.php index 465566e..aa0a3d0 100644 --- a/src/Storyblok/BaseClient.php +++ b/src/Storyblok/BaseClient.php @@ -115,7 +115,7 @@ public function retryDecider(): \Closure $retries, $request, $response = null, - TransferException $exception = null + ?TransferException $exception = null ) { // Limit the number of retries if ($retries >= $this->maxRetries) {