We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b23aaa4 commit f664a07Copy full SHA for f664a07
src/HttpClient/Plugin/History.php
@@ -30,6 +30,14 @@ final class History implements Journal
30
{
31
private ?ResponseInterface $lastResponse;
32
33
+ public function __construct()
34
+ {
35
+ $this->lastResponse = null;
36
+ }
37
+
38
+ /**
39
+ * Get the last response.
40
+ */
41
public function getLastResponse(): ?ResponseInterface
42
43
return $this->lastResponse;
0 commit comments