Skip to content

Commit

Permalink
Improve PendingRequest::pool() return type (#48150)
Browse files Browse the repository at this point in the history
  • Loading branch information
axlon authored Aug 23, 2023
1 parent dc50e1a commit b6e4dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Http/Client/PendingRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ public function delete(string $url, $data = [])
* Send a pool of asynchronous requests concurrently.
*
* @param callable $callback
* @return array
* @return array<array-key, \Illuminate\Http\Client\Response>
*/
public function pool(callable $callback)
{
Expand Down

0 comments on commit b6e4dff

Please sign in to comment.