Skip to content

Commit d5f6246

Browse files
committed
fixed docblock in Client.php for lastResponse and lastRequest
1 parent c4ab6a3 commit d5f6246

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Bitbucket/API/Http/Client.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ class Client implements ClientInterface
4444
protected $client;
4545

4646
/**
47-
* @var MessageInterface
47+
* @var RequestInterface
4848
*/
4949
private $lastRequest;
5050

5151
/**
52-
* @var RequestInterface
52+
* @var MessageInterface
5353
*/
5454
private $lastResponse;
5555

0 commit comments

Comments
 (0)