Skip to content

Commit cb3dfd6

Browse files
committed
fix code style
1 parent fcec15c commit cb3dfd6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Puzzle/Client.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,10 +247,8 @@ public function performRequest($method, $uri, $params = null, $body = null)
247247
$params,
248248
$body
249249
);
250-
251250
} catch (ClientErrorResponseException $exception) {
252251
throw $exception;
253-
254252
} catch (ServerErrorResponseException $exception) {
255253
throw $exception;
256254
}
@@ -563,7 +561,6 @@ protected function prepareResponse($result)
563561
$exceptionText = "{$statusCode} Client Exception: {$result}";
564562

565563
throw new ClientErrorException($exceptionText, $statusCode);
566-
567564
} else if ($response['status'] >= 500) {
568565
$statusCode = $response['status'];
569566
$exceptionText = "{$statusCode} Server Exception: {$result}";

0 commit comments

Comments
 (0)