Skip to content

Commit 310234a

Browse files
committed
Fix type hint.
1 parent 3a22706 commit 310234a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Context/JsonApiContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ protected function getResponsePayload()
825825
/**
826826
* Checks the response exists and returns it.
827827
*
828-
* @return Guzzle\Http\Message\Response
828+
* @return \Buzz\Message\Response
829829
*/
830830
protected function getResponse()
831831
{

0 commit comments

Comments
 (0)