Skip to content

Commit

Permalink
remove ksort in pool results that modifies intended original order (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeb committed Jun 23, 2021
1 parent edc1380 commit 0c4d197
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Illuminate/Http/Client/PendingRequest.php
Expand Up @@ -624,8 +624,6 @@ public function pool(callable $callback)
$results[$key] = $item instanceof static ? $item->getPromise()->wait() : $item->wait();
}

ksort($results);

return $results;
}

Expand Down

0 comments on commit 0c4d197

Please sign in to comment.