Skip to content

Commit b9ee2d3

Browse files
committed
Remove a wrong comment
1 parent 8105685 commit b9ee2d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

http_client.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1330,8 +1330,7 @@ components from the Packagist API in parallel::
13301330
}
13311331

13321332
$results = [];
1333-
// iterate through the responses and read their content;
1334-
// note: responses may complete in a different order than they were sent
1333+
// iterate through the responses and read their content
13351334
foreach ($responses as $package => $response) {
13361335
// process response data somehow ...
13371336
$results[$package] = $response->toArray();

0 commit comments

Comments
 (0)