This commit is contained in:
Jeremy Benoist
2022-11-23 15:51:33 +01:00
parent af6363bbbd
commit b7dba18cb2
41 changed files with 285 additions and 950 deletions

View File

@ -15,7 +15,7 @@ use Psr\Log\LoggerInterface;
*/
class HttpClientFactory implements ClientFactory
{
/** @var [\GuzzleHttp\Event\SubscriberInterface] */
/** @var SubscriberInterface[] */
private $subscribers = [];
/** @var CookieJar */