Skip to content

Commit

Permalink
Update BaseClient.php
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-butti committed May 4, 2024
1 parent 6125555 commit 5f16e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Storyblok/BaseClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 5f16e40

Please sign in to comment.