Skip to content

Commit b3a6fd0

Browse files
committed
Merge branch '5.1' into 5.x
* 5.1: Super minor syntax fix
2 parents ffcc05d + b4ab77e commit b3a6fd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

http_client.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -906,6 +906,7 @@ following methods::
906906
// returns info coming from the transport layer, such as "response_headers",
907907
// "redirect_count", "start_time", "redirect_url", etc.
908908
$httpInfo = $response->getInfo();
909+
909910
// you can get individual info too
910911
$startTime = $response->getInfo('start_time');
911912

0 commit comments

Comments
 (0)