Skip to content

Commit

Permalink
Remove leading comma
Browse files Browse the repository at this point in the history
  • Loading branch information
jenky committed Jul 10, 2023
1 parent 2ccd0a9 commit 7d4b984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Middleware/RetryRequests.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function __invoke(RequestInterface $request, callable $next): ResponseInt
throw new RequestRetryFailedException(
sprintf('Maximum %d retries reached.', $this->context->maxRetries()),
$request,
$response,
$response
);
}

Expand Down

0 comments on commit 7d4b984

Please sign in to comment.