Skip to content

Commit ba7e435

Browse files
Get ready for release
1 parent 44c2815 commit ba7e435

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/HttpClient/Plugin/History.php

+6-4
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,12 @@
2828
*/
2929
final class History implements Journal
3030
{
31-
/**
32-
* The last response.
33-
*/
34-
private ?\Psr\Http\Message\ResponseInterface $lastResponse;
31+
private ?ResponseInterface $lastResponse;
32+
33+
public function __construct()
34+
{
35+
$this->lastResponse = null;
36+
}
3537

3638
/**
3739
* Get the last response.

0 commit comments

Comments
 (0)