Skip to content

Commit b6e4dff

Browse files
authored
Improve PendingRequest::pool() return type (#48150)
1 parent dc50e1a commit b6e4dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Http/Client/PendingRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ public function delete(string $url, $data = [])
844844
* Send a pool of asynchronous requests concurrently.
845845
*
846846
* @param callable $callback
847-
* @return array
847+
* @return array<array-key, \Illuminate\Http\Client\Response>
848848
*/
849849
public function pool(callable $callback)
850850
{

0 commit comments

Comments
 (0)