From f7c91b9079bf96323b5eb3ab4383f297f21d98d1 Mon Sep 17 00:00:00 2001 From: Rick Lambrechts Date: Fri, 27 Sep 2024 13:01:32 +0200 Subject: [PATCH] fix: protected responseContentType to allow overloading of fetchUrl function (#446) --- src/OpenIDConnectClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenIDConnectClient.php b/src/OpenIDConnectClient.php index b38a81cd..07c00540 100644 --- a/src/OpenIDConnectClient.php +++ b/src/OpenIDConnectClient.php @@ -149,7 +149,7 @@ class OpenIDConnectClient /** * @var string|null Content type from the server */ - private $responseContentType; + protected $responseContentType; /** * @var array holds response types