Skip to content

Commit d529ec8

Browse files
Remove ignores after merge jumbojett/OpenID-Connect-PHP#364 (#4)
1 parent 69e0c77 commit d529ec8

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"require": {
2424
"php": ">=8.1",
25-
"jumbojett/openid-connect-php": "dev-master",
25+
"jumbojett/openid-connect-php": "dev-master#20b51cb",
2626
"guzzlehttp/guzzle": "^7.5",
2727
"web-token/jwt-encryption": "^3.1",
2828
"web-token/jwt-key-mgmt": "^3.1",

src/OpenIDConnectClient.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ public function __construct(
2020
?string $issuer = null,
2121
?JweDecryptInterface $jweDecrypter = null
2222
) {
23-
/**
24-
* @phpstan-ignore-next-line Because parent constructor type block is wrong
25-
* @psalm-suppress InvalidArgument
26-
*/
2723
parent::__construct($providerUrl, $clientId, $clientSecret, $issuer);
2824

2925
$this->jweDecrypter = $jweDecrypter;

0 commit comments

Comments
 (0)