Skip to content

Commit 15b879c

Browse files
committed
Merge pull request #5 from abacaphiliac/update-doc
WebApiContext::getResponse() returns \Psr\Http\Message\ResponseInterface
2 parents 53e5e99 + c66ddef commit 15b879c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Context/WebApiContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ public function printResponse()
298298
}
299299

300300
/**
301-
* @return \GuzzleHttp\Message\ResponseInterface
301+
* @return ResponseInterface
302302
*/
303303
public function getResponse()
304304
{

0 commit comments

Comments
 (0)