Skip to content

Commit 1ee52e8

Browse files
fix: remove overloaded properties of OpenIDConnectClient
1 parent 058238f commit 1ee52e8

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"require": {
3333
"php": ">=8.1",
34-
"jumbojett/openid-connect-php": "^1.0.0",
34+
"jumbojett/openid-connect-php": "^1.0.2",
3535
"guzzlehttp/guzzle": "^7.5",
3636
"web-token/jwt-library": "^3.4"
3737
},

src/OpenIDConnectClient.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,6 @@ class OpenIDConnectClient extends \Jumbojett\OpenIDConnectClient
2020
{
2121
protected ?JweDecryptInterface $jweDecrypter;
2222
protected ?OpenIDConfiguration $openIDConfiguration;
23-
/**
24-
* @var int|null Response code from the server
25-
*/
26-
protected ?int $responseCode;
27-
28-
/**
29-
* @var string|null Content type from the server
30-
*/
31-
private ?string $responseContentType;
3223

3324
public function __construct(
3425
?string $providerUrl = null,

0 commit comments

Comments
 (0)