Skip to content

Commit

Permalink
Fix Http client pool @return type (#47530)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguilimzero authored Jun 22, 2023
1 parent 6d584e5 commit b4ab629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Http/Client/Pool.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public function getRequests()
*
* @param string $method
* @param array $parameters
* @return \Illuminate\Http\Client\PendingRequest
* @return \Illuminate\Http\Client\PendingRequest|\GuzzleHttp\Promise\Promise
*/
public function __call($method, $parameters)
{
Expand Down

0 comments on commit b4ab629

Please sign in to comment.