We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae33449 commit 4db6b3aCopy full SHA for 4db6b3a
1 file changed
src/Factories/Entities/AuthCodeEntityFactory.php
@@ -31,7 +31,7 @@ public function fromData(
31
?string $userIdentifier = null,
32
?string $redirectUri = null,
33
?string $nonce = null,
34
- ?string $issuer_state = null,
+ ?string $issuerState = null,
35
bool $isRevoked = false,
36
?FlowTypeEnum $flowTypeEnum = null,
37
?string $txCode = null,
@@ -53,7 +53,7 @@ public function fromData(
53
$authorizationDetails,
54
$boundClientId,
55
$boundRedirectUri,
56
- $issuer_state,
+ $issuerState,
57
);
58
}
59
0 commit comments