Skip to content

Commit b4ab77e

Browse files
committed
Merge branch '4.4' into 5.1
* 4.4: Super minor syntax fix
2 parents e9e8eba + 8fcfa59 commit b4ab77e

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
@@ -813,6 +813,7 @@ following methods::
813813
// returns info coming from the transport layer, such as "response_headers",
814814
// "redirect_count", "start_time", "redirect_url", etc.
815815
$httpInfo = $response->getInfo();
816+
816817
// you can get individual info too
817818
$startTime = $response->getInfo('start_time');
818819

0 commit comments

Comments
 (0)