Skip to content

Commit f7c91b9

Browse files
fix: protected responseContentType to allow overloading of fetchUrl function (#446)
1 parent 97adbce commit f7c91b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OpenIDConnectClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ class OpenIDConnectClient
149149
/**
150150
* @var string|null Content type from the server
151151
*/
152-
private $responseContentType;
152+
protected $responseContentType;
153153

154154
/**
155155
* @var array holds response types

0 commit comments

Comments
 (0)