Skip to content

Commit

Permalink
fix: protected responseContentType to allow overloading of fetchUrl f…
Browse files Browse the repository at this point in the history
…unction (#446)
  • Loading branch information
ricklambrechts committed Sep 27, 2024
1 parent 97adbce commit f7c91b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenIDConnectClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class OpenIDConnectClient
/**
* @var string|null Content type from the server
*/
private $responseContentType;
protected $responseContentType;

/**
* @var array holds response types
Expand Down

0 comments on commit f7c91b9

Please sign in to comment.