Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit 4f4cb92

Browse files
sagikazarmarkStyleCIBot
authored andcommitted
Applied fixes from StyleCI
1 parent c553ad7 commit 4f4cb92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Client.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function sendRequest(RequestInterface $request)
6666
private function createRequest(RequestInterface $request)
6767
{
6868
$options = [
69-
'exceptions' => false,
69+
'exceptions' => false,
7070
'allow_redirects' => false,
7171
];
7272

@@ -119,6 +119,7 @@ private function handleException(GuzzleExceptions\TransferException $exception,
119119
// Make sure we have a response for the HttpException
120120
if ($exception->hasResponse()) {
121121
$psr7Response = $this->createResponse($exception->getResponse());
122+
122123
return new HttplugException\HttpException(
123124
$exception->getMessage(),
124125
$request,

0 commit comments

Comments
 (0)