Skip to content

Commit 27eb0dd

Browse files
Get ready for release
1 parent 2e70a0f commit 27eb0dd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/HttpClient/Plugin/History.php

+8
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ final class History implements Journal
3030
{
3131
private ?ResponseInterface $lastResponse;
3232

33+
public function __construct()
34+
{
35+
$this->lastResponse = null;
36+
}
37+
38+
/**
39+
* Get the last response.
40+
*/
3341
public function getLastResponse(): ?ResponseInterface
3442
{
3543
return $this->lastResponse;

0 commit comments

Comments
 (0)