Skip to content

Commit 13bd9eb

Browse files
revert: remove overloaded $responseContentType
1 parent 6ba58e5 commit 13bd9eb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/OpenIDConnectClient.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ class OpenIDConnectClient extends \Jumbojett\OpenIDConnectClient
2121
protected ?JweDecryptInterface $jweDecrypter;
2222
protected ?OpenIDConfiguration $openIDConfiguration;
2323

24+
/**
25+
* @var string|null Content type from the server
26+
*/
27+
private ?string $responseContentType;
28+
2429
public function __construct(
2530
?string $providerUrl = null,
2631
?string $clientId = null,

0 commit comments

Comments
 (0)