Skip to content

Commit d628b64

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: [HttpClient] Fixed missing parenthesis
2 parents 31f8dd3 + be6df10 commit d628b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/http_client.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ called when new data is uploaded or downloaded and at least once per second::
290290
// $dlSize is the total size to be downloaded or -1 if it is unknown
291291
// $info is what $response->getInfo() would return at this very time
292292
},
293-
];
293+
]);
294294

295295
Any exceptions thrown from the callback will be wrapped in an instance of
296296
``TransportExceptionInterface`` and will abort the request.

0 commit comments

Comments
 (0)