Skip to content

Commit

Permalink
Merge pull request #236 from qkdreyer/patch-1
Browse files Browse the repository at this point in the history
chore: fix random client pool phpdoc
  • Loading branch information
dbu committed Jan 15, 2024
2 parents 74da2cd + e93af13 commit 76015e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HttpClientPool/RandomClientPool.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Http\Client\Common\Exception\HttpClientNotFoundException;

/**
* RoundRobinClientPool will choose the next client in the pool.
* RandomClientPool will choose a random enabled client in the pool.
*
* @author Joel Wurtz <[email protected]>
*/
Expand Down

0 comments on commit 76015e9

Please sign in to comment.