From 47e9ebdeddf1d1cc860454d1234a8129c53360cc Mon Sep 17 00:00:00 2001 From: "T. Todua" <7117978+ttodua@users.noreply.github.com> Date: Thu, 30 Jul 2026 22:09:39 +0400 Subject: [PATCH] add ConnectorInterface type --- src/ProxyConnector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ProxyConnector.php b/src/ProxyConnector.php index c9347fe..24c1e7f 100644 --- a/src/ProxyConnector.php +++ b/src/ProxyConnector.php @@ -59,7 +59,7 @@ class ProxyConnector implements ConnectorInterface public function __construct( #[\SensitiveParameter] $proxyUrl, - $connector = null, + ?ConnectorInterface $connector = null, array $httpHeaders = array() ) { // support `http+unix://` scheme for Unix domain socket (UDS) paths