Skip to content

Commit 1736471

Browse files
committed
Merge branch '4.4'
* 4.4: [HttpClient] Fixed missing parenthesis
2 parents 8c8e2a3 + d628b64 commit 1736471

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
@@ -285,7 +285,7 @@ called when new data is uploaded or downloaded and at least once per second::
285285
// $dlSize is the total size to be downloaded or -1 if it is unknown
286286
// $info is what $response->getInfo() would return at this very time
287287
},
288-
];
288+
]);
289289

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

0 commit comments

Comments
 (0)