Skip to content

Commit 76015e9

Browse files
authored
Merge pull request #236 from qkdreyer/patch-1
chore: fix random client pool phpdoc
2 parents 74da2cd + e93af13 commit 76015e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HttpClientPool/RandomClientPool.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use Http\Client\Common\Exception\HttpClientNotFoundException;
88

99
/**
10-
* RoundRobinClientPool will choose the next client in the pool.
10+
* RandomClientPool will choose a random enabled client in the pool.
1111
*
1212
* @author Joel Wurtz <[email protected]>
1313
*/

0 commit comments

Comments
 (0)