Skip to content

Commit b4ab629

Browse files
authored
Fix Http client pool @return type (#47530)
1 parent 6d584e5 commit b4ab629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Http/Client/Pool.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public function getRequests()
7878
*
7979
* @param string $method
8080
* @param array $parameters
81-
* @return \Illuminate\Http\Client\PendingRequest
81+
* @return \Illuminate\Http\Client\PendingRequest|\GuzzleHttp\Promise\Promise
8282
*/
8383
public function __call($method, $parameters)
8484
{

0 commit comments

Comments
 (0)