Skip to content

Commit

Permalink
Merge pull request #105 from storyblok/fix/csfixer-update
Browse files Browse the repository at this point in the history
Update style for php cs fixer (latest version)
  • Loading branch information
roberto-butti authored May 4, 2024
2 parents 6125555 + 5f16e40 commit b736929
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 b736929

Please sign in to comment.