Skip to content

Commit a8e94ec

Browse files
qschmickgithub-actions[bot]
authored andcommitted
Fix styling
1 parent fa12a44 commit a8e94ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Models/RequestLogBaseModel.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ public static function makeFromGuzzle(Request $request) : static
6666
return $instance;
6767
}
6868

69-
public function updateFromResponse(ResponseInterface $response): self {
69+
public function updateFromResponse(ResponseInterface $response): self
70+
{
7071
$this->response = json_decode($response->getBody()->getContents(), true);
7172
$this->response_code = $response->getStatusCode();
7273
$this->response_headers = $response->getHeaders();

0 commit comments

Comments
 (0)