Skip to content

Commit 910c15e

Browse files
authored
Update PendingRequest.php
1 parent 67438fd commit 910c15e

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
@@ -884,7 +884,7 @@ public function delete(string $url, $data = [])
884884
/**
885885
* Send a pool of asynchronous requests concurrently.
886886
*
887-
* @param callable $callback
887+
* @param (callable(\Illuminate\Http\Client\Pool): mixed) $callback
888888
* @param int|null $concurrency
889889
* @return array<array-key, \Illuminate\Http\Client\Response|\Illuminate\Http\Client\ConnectionException|\Illuminate\Http\Client\RequestException>
890890
*/

0 commit comments

Comments
 (0)