Skip to content

Commit c3b4b44

Browse files
authored
Update PendingRequest.php
1 parent 23c7895 commit c3b4b44

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
@@ -886,7 +886,7 @@ public function delete(string $url, $data = [])
886886
*
887887
* @param callable $callback
888888
* @param int|null $concurrency
889-
* @return array<array-key, \Illuminate\Http\Client\Response>
889+
* @return array<array-key, \Illuminate\Http\Client\Response|\Illuminate\Http\Client\ConnectionException>
890890
*/
891891
public function pool(callable $callback, ?int $concurrency = null)
892892
{

0 commit comments

Comments
 (0)