Skip to content

Commit fa297e9

Browse files
committed
Protect the request variable.
1 parent 7aa3cb7 commit fa297e9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/Kobas/Client.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ class Client
3434
*/
3535
protected $signer;
3636

37+
/**
38+
* @var Curl|HttpRequest|null
39+
*/
40+
protected $request;
41+
3742
/**
3843
* Client constructor.
3944
* @param Signer $signer

0 commit comments

Comments
 (0)