From e93af132d0a41deb29d93bbc73e78af5304d06ed Mon Sep 17 00:00:00 2001 From: Quentin Dreyer Date: Sat, 13 Jan 2024 11:07:32 +0100 Subject: [PATCH] chore: fix random client pool phpdoc --- src/HttpClientPool/RandomClientPool.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HttpClientPool/RandomClientPool.php b/src/HttpClientPool/RandomClientPool.php index 8fda587..8ef535f 100644 --- a/src/HttpClientPool/RandomClientPool.php +++ b/src/HttpClientPool/RandomClientPool.php @@ -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 */